[Python-bugs-list] [ python-Bugs-815999 ] ImportError: No module
named _socket
SourceForge.net
noreply at sourceforge.net
Wed Oct 1 13:21:24 EDT 2003
Bugs item #815999, was opened at 2003-10-01 19:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=815999&group_id=5470
Category: None
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Stauffert (stauffert)
Assigned to: Nobody/Anonymous (nobody)
Summary: ImportError: No module named _socket
Initial Comment:
Hi
There is a problem during the installation of python 2.3.1:
I used configure with the following options:
./configure --enable-shared=yes --with-signal-
module=yes --with-cxx=/usr/freeware/bin/c++
make runs to the end, only warning messages are
displayed.
Running "make test" on a SGI Origin200, IRIX 6.5-18 I
got the following error message:
test test___all__ failed -- Traceback (most recent call
last):
File "/install/fw/Python-2.3.1/Lib/test/test___all__.py",
line 54, in test_all
import _socket
ImportError: No module named _socket
This looks like the python bug 565710 reported for
python 2.2.1 which was solved by modifications of
setup.py in the top level directory.
But setup.py was modified in python 2.3.1 and I could
not apply the old patch to the new version.
Could you help me with this problem?
Thanks a lot
Peter Stauffert
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=815999&group_id=5470
More information about the Python-bugs-list
mailing list