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? |
Answered by
gijzelaerr
Mar 19, 2026
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. |
0 replies
Answer selected by
gijzelaerr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.