Urgent. ImportError: No module named _socket

Arne Koewing ark at gmx.net
Fri Jan 10 11:39:45 EST 2003


"Manos Papagelis" <papaggel at ics.forth.gr> writes:

>
> When trying to import socket module an importError is occured as follows.
>
> ~
>
> ~~~ ImportError: No module named _socket
>

the socket module is just a wrapper module for the _socket module 
which is written in c. Perhaps you didn't compile it?





More information about the Python-list mailing list