Yes, doing LD_LIBRARY_PATH works... along with doing MEIPASS2=./lib. But that defeats much of the purpose of having a compiled binary in the first place, if I need to write a wrapper script to launch it and set proper env variables.
I have to make my iu.py hack a little more extensible, and then I should be all set to work with any version of pyinstaller. Is this a feature that anyone else would like to see in pyinstaller? Am I going about it the completely wrong way? I couldn't seem to solve it by using hooks, because the code that calls hooks needs some libraries first. Which is why there's 2 .so files left in the main dir. On Jan 19, 1:39 pm, Giovanni Bajo <[email protected]> wrote: > Sorry for coming into play so late, but did you try simply running > LD_LIBRARY_PATH=lib ./PROG? > > It looks like it should work... > > On 1/15/2009 8:37 PM, [email protected] wrote: > > -- > Giovanni Bajo > Develer S.r.l.http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
