32-Bit Python, "Other Socket error (22)" #573
-
|
Hi, I'm trying to use python-snap7 2.0.2 on a 32-Bit python (tried 3.9 and 3.11). When I try to start the server with
I get: When I try the same with 64-Bit python, it works: The point is, we have software where we need to use the 32-Bit version. It even looks more like that this is a bug in the C-Library, not the python code? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Closing as outdated. Python-snap7 3.0 is a pure Python implementation and no longer uses the native C library, so 32-bit vs 64-bit native library issues no longer apply. |
Beta Was this translation helpful? Give feedback.
Closing as outdated. Python-snap7 3.0 is a pure Python implementation and no longer uses the native C library, so 32-bit vs 64-bit native library issues no longer apply.