[Edu-sig] writing an chat-server
A[r]TA
arta@x-stream.nl
Tue, 11 Apr 2000 09:57:43 +0200
With the chat-server...
I don't get it to work.
Because if a person (client) types his name and
pushes enter the server goes down.
I get the following message:
Traceback (innermost last):
File "<string>", line 1, in ?
File "C:\Program Files\Python\files\server.py", line 36, in ?
text = sock.makefile().readline()
File "C:\Program Files\Python\Lib\plat-win\socket.py", line 117, in
readline
new = self._sock.recv(self._rbufsize)
error: (10054, 'winsock error')
I don't get it.. ;(
What to do?
Anyone suggestions??? Or am I doing something wrong??
A[r]TA
We shall not cease from exploration, and the end of all our exploring will
be to arrive where we started and know the place for the first time.
- T. S. Eliot