Antonio Valentino píše v So 23. 07. 2011 v 11:53 +0200: > $ which obj > objcopy objdump > $ which objdump > /usr/bin/objdump
What about $ which ldd > Anyway, I'm not sure to understand how the #360 (mainly regarding the > use or relative/absolute paths) can be related to my particular issue. Me too, but this is the only recent change made to bootloader code. - could you please try comment out the code to set absolute LD_LIBRARY_PATH and try it again - make sure it is not caused by it? Another cause could be using gcc 4.5 to compile bootloader. - I should try an older version > I'm assuming that libpython *must* be included in the packaged > application in order to allow the user to run it on a target machine > that have a different python version installed (or no python at all). > > Is it correct? Yes, it is correct. -- 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.
