Re: [Mailman-Users] Errors During Make-Install

2004-09-24 Thread Luis Murdock
Richard, Thank you for responding and the tip. I had suspected python. Here's what I get: isl{root}250: python Python 2.3.3 (#1, Sep 10 2004, 10:20:22) [GCC 3.2.3] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import socket Traceb

Re: [Mailman-Users] Errors During Make-Install

2004-09-23 Thread Richard Barrett
You probably have a problem with your Python installation. _socket is part of the standard Python library providing support for the UNIX/BSD socket interface. Unless and until you can run python from the command line and enter the command "import socket" without getting an exception raised then

[Mailman-Users] Errors During Make-Install

2004-09-22 Thread Luis Murdock
Hello, I am trying to install and run Mailman on Solaris 2.7 or SunOS 5.7 and I'm getting the following fatal when running 'make install': Traceback (most recent call last): File "bin/update", line 50, in ? from Mailman import Utils File "/usr/local/mailman/Mailman/Util