Anyone? Is there a way to change that path to where the _MEIXXXX folder gets extract to?
Thanks! -Erik On Feb 4, 9:13 pm, Erik <[email protected]> wrote: > Awesome thank you. > > One last question, instead of tweaking LD_LIBRARY_PATH, how can I > tweak the path that the archive gets extracted to at run that occurs > wit the onefile option? Apps compiled with pyinstaller won't work on / > tmp directories that have noexec mount options, so I need to get > around this by being able to set my own tmp path. > > Thank you. > -Erik > > On Feb 4, 7:33 am, Martin Zibricky <[email protected]> wrote: > > > > > > > > > Erik píše v Čt 03. 02. 2011 v 15:43 -0800: > > > > So is there any way to set this path during compile time so that I can > > > tell it to use a specific directory? > > > You will need to hardcode it in the C code of the bootloader and > > recompile the bootloader in ./trunk/source/ folder. > > > The file to modify is in ./trunk/source/linux/utils.c. There is the code > > which sets the LD_LIBRARY_PATH. > > > For details how to compile the bootloader from source see pyinstaller > > manual. -- 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.
