gijzelaerr / python-snap7

A Python wrapper for the snap7 PLC communication library
http://python-snap7.readthedocs.org/
MIT License
643 stars 246 forks source link

Failed to load dynlib/dll 'libsnap7-21acf2c4.so' #411

Closed dengxuankun closed 1 year ago

dengxuankun commented 1 year ago

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.

gijzelaerr commented 1 year ago

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.