mmiscavage píše v Út 19. 06. 2012 v 14:50 -0700: > 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.
I made some changes in pyinstaller development branch. Could you please test it if it fixes the issue with @rpath for you? Code diff: https://github.com/pyinstaller/pyinstaller/commit/132b9b7dce9958f6651803300e5f7070ff0c9e63 -- 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.
