Martin Gamwell Dawids píše v Čt 20. 10. 2011 v 04:44 -0700: > It seems that either the search path is not set correctly _or_ the > current working dir is not set correctly before loading Python. I > guess this is a problem in the boot loader. Do you know where to look?
Boot loader sets LD_LIBRARY_PATH for linux. However I found out that for AIX it should set LIBPATH environment variable. http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html Look in the bootloader code for place where LD_LIBRARY_PATH is set and try to use LIBPATH for AIX. -- 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.
