mmiscavage píše v Út 19. 06. 2012 v 11:54 -0700: > Do I need to add 'path_to_jpglib = os.path.join(DIR_TO_IMAGING_SO, > '../../../../lib', 'libjpeg.7.dylib) ' to my spec file ? Or are you > adding a new case for Pyinstaller to handle? Or am I missing something > else?
This is a theoretical way how it could be properly fixed in pyinstaller. As a temporary workaround you need to include 'path_to_jpglib' in your spec file. And probably more .dylib. I suppose there will be more unresolved dylib dependencies. -- 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.
