Open iliyas18 opened 4 years ago
Hello, first of all I highly recommend to update to a more recent version of Python because Python 2.7 has reached EOL. That means that this version is not supported anymore by the Python Foundation and it won't receive any updates anymore.
Second socketserver
doesn't exists in Python 2.7. In Python 2.7 it is called SocketServer
.
Hello, I'm using python 2.7 in ubuntu and I'm creating a modbus TCP server while running the code for modbus TCP. I'm getting an error i.e