Concussion GFX - Tim píše v Pá 10. 08. 2012 v 13:03 -0400:
> Is there a workaround for this in 2.0? 
> something I need to do differently when packaging? 

- DYLD_LIBRARY_PATH is unset before running frozen application
- all dylibs should be in the temp dir in the same directory
- all links to .dylib dependencies should start with @loader_path
  except system libraries

Do you use ctypes module to load and use imagemagic .dylibs?
- in that case you could try tell ctypes where to look for dylibs that
it should be the temp dir.

-- 
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