_pylon = swig_import_helper() File "/home/julio/pypylon/pypylon/pylon.py", line 44, in swig_import_helper return importlib.import_module('_pylon') File "/home/julio/anaconda3/envs/tf-gpu/lib/python3.7/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[...
Just hit this problem as well. I tried fixing the problem by creatinghook-pypylon.pyand using the PyInstaller utility methods to do the work.collect_dynamic_libsindeed finds all the dll/so files and places them in thepypylonsubfolder, just like the original layout. Unfortunately, for some rea...