I was able to get my executable working by adding all necessary dylibs to the a.binaries list and then editing line 224 of dylib.py to reflect my lib directory and not an @ variable. Not the nicest solution but it got it working for me. Thanks for your help.
On Tuesday, June 19, 2012 12:21:58 PM UTC-7, Martin Z wrote: > > 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 view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/I5ZqwdnHd0gJ. 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.
