sarbjit píše v Út 05. 06. 2012 v 05:35 -0700: > After that python works fine and i was able to generate exe but now on > running exe, i am getting following error: > > Error loading Python lib '<path>/libpython2.7.so.1.0': > <path>libpython2.7.so.1.0: cannot open shared object file: No such > file or directory
It means pyinstaller was not able to find libpython from your custom python 2.7. Try copy it manually to your dist directory. -- 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.
