Don Dwiggins píše v St 27. 06. 2012 v 13:37 -0700: > On 6/26/12 5:54 AM, Martin Zibricky wrote: > > 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? > > It looks like I'm having a similar problem as mmiscavage, but on > Windows > XP. I get the same message when trying to execute one of my > applications. Martin, would your change apply on Windows as well?
The @rpath fix is related only to Mac OS X. Pyinstaller Tests pass on windows. So I suppose this change didn't break anything for windows. -- 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.
