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.

classification
Title: 2.4.1 windows MSI has no _socket
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: loewis Nosy List: heartlesshind, loewis
Priority: normal Keywords:

Created on 2005-09-24 05:53 by heartlesshind, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg26372 - (view) Author: IamPaul (heartlesshind) Date: 2005-09-24 05:53
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 ]
msg26373 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-09-27 14:05
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?
msg26374 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-10-08 10:06
Logged In: YES 
user_id=21627

Closing because of lack of response.
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42410
2005-09-24 05:53:28heartlesshindcreate