This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pkolmann
Recipients
Date 2002-06-07.08:38:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi,

I just wanted to try out Mailman on a Sun Solaris
machine and compiled therefore Python 2.2.

It did compile ok, but there seems to be a problem with
the socket library:

bash-2.03$ python /opt/PYthon/lib/python2.2/socket.py
Traceback (most recent call last):
  File "/opt/PYthon/lib/python2.2/socket.py", line 41, in ?
    from _socket import *
ImportError: No module named _socket


Could you help me with this problem.

Thanks a lot
Philipp Kolmann
History
Date User Action Args
2007-08-23 14:01:54adminlinkissue565710 messages
2007-08-23 14:01:54admincreate