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

SourceForge.net noreply at sourceforge.net
Sat Oct 8 12:06:39 CEST 2005


Bugs item #1302793, was opened at 2005-09-24 07:53
Message generated for change (Comment added) made by loewis
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: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: IamPaul (heartlesshind)
Assigned to: Martin v. Löwis (loewis)
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 ]

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

>Comment By: Martin v. Löwis (loewis)
Date: 2005-10-08 12:06

Message:
Logged In: YES 
user_id=21627

Closing because of lack of response.

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

Comment By: Martin v. Löwis (loewis)
Date: 2005-09-27 16:05

Message:
Logged In: YES 
user_id=21627

Unfortunately, I cannot reproduce the problem. What specific 
file did you download and install? What is the contents of the 
DLLs directory? Do you have, by any chance, PYTHONPATH 
or PYTHONHOME set?

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

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