On Wednesday, August 20, 2003, at 08:59 pm, Con wrote:


Hello

I'm installing this on a Solaris9 box and have tried multiple versions and and sources of pyhton and I still get this:

Compiling /usr/local/mailman/Mailman/versions.py ...
Traceback (most recent call last):
  File "bin/update", line 47, in ?
    from Mailman import Utils
  File "/usr/local/mailman/Mailman/Utils.py", line 35, in ?
    import cgi
  File "/usr/local/lib/python2.2/cgi.py", line 39, in ?
    import urllib
  File "/usr/local/lib/python2.2/urllib.py", line 26, in ?
    import socket
  File "/usr/local/lib/python2.2/socket.py", line 41, in ?
    from _socket import *
ImportError: No module named _socket
make: *** [update] Error 1

This may indicate something is wrong with your Python installation. It certainly is not a Mailman problem per se as the socket module being imported is a standard Python module.

Do you get the same error if you run python from the command line and enter the 'import socket' statement on the Python CLI?

The following may be applicable:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg14773.html

any help would be appreciated.


Con Wieland
UC Irvine


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/ r.barrett%40openinfo.co.uk




------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to