4 tests failed: test_socket test_sunaudiodev test_sundry test_urllib2

"Martin v. Löwis" martin at v.loewis.de
Sat Jan 11 12:50:09 EST 2003


Sam Carleton wrote:
> I do see that it keeps claming that there is no module named _socket. 
> After doing a find in the root directory where I am compiling the
> code, there is this file:

Invoke "make" again, and watch the messages as they pass by, for 
appearance of "socket" or "socketmodule".

_socket.dsp is the Visual C++ project file for the _socket module, and 
irrelevant for Solaris.

Most likely, Python finds an unusable OpenSSL installation. To work 
around this problem, either
a) make the OpenSSL installation usable (requires further analysis),
b) remove it, or
c) edit Modules/Setup to build Python without SSL support

As another option: Ignore the failure. It means Python won't support 
sockets. Whether this is a problem or not depends on whether your Python 
applications require sockets.

Regards,
Martin






More information about the Python-list mailing list