I am trying to follow Example 20.17.4.1. SocketServer.TCPServer from Python Docs. But I get an error:
ImportError: No module named 'ServerSocket'
I am using new version of Python and use IDLE for editing and executing the script. Need help to get rid of this error.
The right name is SocketServer
in Python2 and socketserver
in Python3.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With