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
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