Sockets on Windows and Mac

rodmc rodmc at userpro.com
Sun Jan 8 10:12:08 EST 2006


I am on 10.3, I keep getting exceptions when it hits lines like

mySocket.bind (SERVER_IP, 2727 )
or
mySocket = socket.socket(socket.AF_NET,socket.SOCK_STREAM)

The code I am using is copied from a tutorial on a website somewhere.

Cheers,

rod




More information about the Python-list mailing list