Python/Jython - socket.SOL_SOCKET

VLP vlprasad at yahoo.com
Wed Dec 18 20:44:22 EST 2002


Very intriguiging problem with SOL_SOCKET in socket 
module in Jython. If I do a "from socket import *", I
cannot find SOL_SOCKET in my namespace... but if I do
a "import socket", I can find socket.SOL_SOCKET -  No
such problem in Python. Anyone faced this stuff
before? Know any fixes? (other than hard-coding an
assignment to SOL_SOCKET in my module!!).

Regards,
VLP



More information about the Python-list mailing list