Failed to load dynlib/dll 'libsnap7-21acf2c4.so' #412
-
|
When i ues pyinstaller to pack project,I meet this problem: PyInstallerImportError: Failed to load dynlib/dll 'libsnap7-21acf2c4.so'. Most likely this dynlib/dll was not found when the application was frozen.But I did not find this lib. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
why don't you use the binary wheels? I don't think this is an issue with python-snap7, but a problem with pyinstaller or the way you use it. Therefore i'm moving this to the Q&A section. |
Beta Was this translation helpful? Give feedback.
-
|
Closing as resolved. This was a PyInstaller bundling issue. Python-snap7 3.0 is now a pure Python implementation and no longer requires a native .dll/.so library, making this issue moot. |
Beta Was this translation helpful? Give feedback.
Closing as resolved. This was a PyInstaller bundling issue. Python-snap7 3.0 is now a pure Python implementation and no longer requires a native .dll/.so library, making this issue moot.