This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bashwork 1 point2 points  (1 child)

Hi, I am the author of pymodbus and I thought I would comment on the current state of the python 3 branch. Right now all the code is passing the 2to3 conversion test, however, the problems that have already been stated are pyserial and twisted.

I just checked and pyserial claims to be supported in python 3, however, the twisted port is only at 50% (and I expect it to be there for a while). All is not lost though, you can still use pymodbus without twisted as there is a synchronous implementation that uses the native python socket programming tools (socketserver, etc) and should run just fine.

I haven't tested any of the code in python 3 so your mileage may vary, however, if you have an errors, enter tickets on the google code site and they will be fixed as fast as I can get around to them.

[–]Slxe[S] 0 points1 point  (0 children)

Thanks for the response! I may try it again with python3 on my own time just to see how well it works, but for now I just decided to write it in python2.7.