1

I got this error message with the following python code:

TesterSocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
TesterSocket.bind((host, port))

So how to solve this problem?

  • Possible duplicate of [What causes Python socket error?](http://stackoverflow.com/questions/550032/what-causes-python-socket-error) – SaschaM78 Nov 03 '16 at 14:06

0 Answers0