socket.error: [Errno 98] Address already in use

björn lundin b.f.lundin at gmail.com
Thu Sep 16 17:40:25 EDT 2010



> Where line 75 contains following:
> s.bind((host, port))

As Tomas pointed out, you close conn, but you do not close the server
socket 's'

/Björn




More information about the Python-list mailing list