cpppo icon indicating copy to clipboard operation
cpppo copied to clipboard

Python 3.11 import problem

Open rikirolly opened this issue 3 years ago • 1 comments

Importing the proxy from cpppo.server.enip.get_attribute import proxy

I get the error:

code() argument 13 must be str, not int
  File "/workspace/app/main.py", line 46, in <module>
    from cpppo.server.enip.get_attribute import proxy
TypeError: code() argument 13 must be str, not int```

rikirolly avatar Jan 25 '23 11:01 rikirolly

There is an open PR that should fix this issue

https://github.com/pjkundert/cpppo/pull/110

djformby avatar Jun 02 '23 19:06 djformby