It seems to have progressed into another problem: Traceback (most recent call last):
File "gphoto2/widget.py", line 25, in swig_import_helper File "importlib/__init__.py", line 127, in import_module File "<frozen importlib._bootstrap>", line 1006, in _gcd_import File "<frozen importlib._bootstrap>", line 983, in _find_and_load File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 670, in _load_unlocked File "<frozen importlib._bootstrap>", line 583, in module_from_spec File "<frozen importlib._bootstrap_external>", line 1043, in create_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed ImportError: dlopen(/var/folders/fz/355jj9z51c9b8s7q5r90k8100000gn/T/_MEI04FTXC/_widget.cpython-37m-darwin.so, 2): Library not loaded: @loader_path/libgphoto2.6.dylib Referenced from: /var/folders/fz/355jj9z51c9b8s7q5r90k8100000gn/T/_MEI04FTXC/_widget.cpython-37m-darwin.so Reason: image not found On Friday, April 3, 2020 at 12:19:09 AM UTC-7, Craigs List wrote: > > I'm attempting to build a project with gphoto2. gphoto2 requires brew > install libgphoto2. > > The binary is created successfully, but when I run the binary on a machine > that doesn't have libgphoto2, it fails. once i brew install the package is > continues to work. > > help? > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/96f33a50-f53f-45e8-b14b-ce5743d3c35d%40googlegroups.com.
