On Apr 17, 12:54 pm, Giovanni Bajo <[EMAIL PROTECTED]> wrote:
> On 4/17/2007 10:27 AM, mathieu wrote:
>
> > After some trial and errors I discover how important the
> > LD_LIBRARY_PATH is :)
> > My problem is that I programatically generate the library and the
> > exe (using PyInstaller). this is failry easy to add a rules in
> > Makefiles to make PyInstaller depends on the generation of another
> > lib, but I would like to avoid setting LD_LIBRARY_PATH (this is not
> > cross platform).
>
> > Is there a way to tell PyInstaller to do so ?
>
> Hi Mathieu!
>
> If gcc -static is not the answer, I guess you'll have to explain me your
> problem with more details :)
hi Giovanni,
I did not understood the concept of PyInstaller. PyInstaller needs
to have the proper environment set to be able to find all the
dependencies correctly. I started integrated PyInstaller into CMake
and the command never really returns an error upon failure, so I
thought the command executed correctly. Anyway just for reference I
had to set PYTHONPATH and LD_LIBRARY_PATH in my Makefile the same way
I have them in my shell.
-Mathieu
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---