@loader_path seems to be the cause the my issues. I just noticed this change:

" * (OSX) Bootloader does not use DYLD_LIBRARY_PATH on Mac OS X anymore.
   @loader_path is used instead."

So cTypes is loading "libMagickWand.dylib" from the correct path, but libMagickWand.dylib does not load from the temp dir. libclparser.dylib should be loaded from the temp dir and not the system path.

File "/build/pyi.darwin/FrameThrower_OSX/out00-PYZ.pyz/ctypes", line 353, in __init__ OSError: dlopen(/var/folders/lm/6dbp1cb91hj82pv_h1gncp_w0000gn/T/_MEI9Y3QrS/libMagickWand.dylib, 6): Library not loaded: /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libclparser.dylib Referenced from: /var/folders/lm/6dbp1cb91hj82pv_h1gncp_w0000gn/T/_MEI9Y3QrS/libMagickWand.dylib

What needs to be done for libMagickWand.dylib to look in the correct dir?

Thanks
-Tim

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to