[EMAIL PROTECTED] writes:

> from _socket import *
> ImportError: Shared object "libssl.so.2" not found

Looks like your Python is attempting to import the socket module
unsuccessfully. Perhaps because it was built against a shared ssl
library that no longer exists.

I'd suggest reinstalling Python and making sure the socket module
works properly.

You can test from the command line:

# python -c 'import socket'

You should not get any errors when running this.

> $ uname -a
> FreeBSD hiya 4.5-RELEASE-p3 FreeBSD 4.5-RELEASE-p3 #0:

I've had good luck with FreeBSD's Python port (lang/python).
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to