Re: Cannot create socket

2002-05-01 Thread Matt Whiteley
Jer, The client object contains two item, one being the connection object and the other the remote address. It's the connection object you want to receive data from. The code below should work. I stuck a close for the socket in too. ### #!python from s

Cannot create socket

2002-04-30 Thread Jeremy Aiyadurai
Hi there, i get the following error when i try to recieve from a socket Traceback (most recent call last): File "D:\backup\pythonstuff\projects\hyperd\webserver.py", line 51, in ? server.start() # '()' again File "D:\backup\pythonstuff\projects\hyperd\webserver.py", line 2