[ python-Bugs-1302793 ] 2.4.1 windows MSI has no _socket

SourceForge.net noreply at sourceforge.net
Sat Sep 24 07:53:28 CEST 2005


Bugs item #1302793, was opened at 2005-09-24 17:53
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=1302793&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: IamPaul (heartlesshind)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.4.1 windows MSI has no _socket

Initial Comment:
The precompiled windows binary installer doesn't seem
to provide a  _socket module
eg.
>>> import urllib
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "c:\Python24\Lib\urllib.py", line 26, in ?
    import socket
  File "c:\Python24\Lib\socket.py", line 45, in ?
    import _socket
ImportError: No module named _socket

This bears some resemblance to [ 1298709 ]

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1302793&group_id=5470


More information about the Python-bugs-list mailing list