Re: [Mailman-Users] Installation problem again

2002-04-16 Thread J C Lawrence
On Tue, 16 Apr 2002 13:53:31 -0400 Eric Evans <[EMAIL PROTECTED]> wrote: > Hi, I'm still unable to install Mailman, and as someone pointed out to > me yesterday, it is because of a Python problem. When I run > configure, a module called conftest.py tries to import a module called > pwd, which u

Re: [Mailman-Users] Installation problem again

2002-04-16 Thread Dan Mick
In my build (Solaris SPARC), it's not a pwd.py file; it's a pwd.so, and it's built by this line from Modules/Setup: pwd pwdmodule.c # pwd(3) Eric Evans wrote: > > Hi, > > I'm still unable to install Mailman, and as someone pointed out to me > yesterday, it is because of a Python proble

[Mailman-Users] Installation problem again

2002-04-16 Thread Eric Evans
Hi, I'm still unable to install Mailman, and as someone pointed out to me yesterday, it is because of a Python problem. When I run configure, a module called conftest.py tries to import a module called pwd, which unfortunately is not present, anywhere. Does anyone know where this mysterious