Hi,

it seems like the issue is not the pyinstaller version but the python
2.2 installation. 

It seems like the /usr/bin/python is statically linked. PyInstaller
needs shared (.so) python library. Is there any file like
'/usr/lib/libpython2.2.so' on your system?
And is there even libpython file in the dist directory of your
helloworld app?

rose píše v Po 04. 06. 2012 v 05:13 -0700:
> Hi all,
> 
> I'm trying to compile a simple hello.py script (for start) on a linux
> machine with python 2.2.
> With versions 1.4, 1.5, 1.5.2, after fixing some python 2.2 syntax
> errors, I get the "Python library not found!" error message, regarding
> libpython2.2.so.
> ldd shows:
> 
> ldd /usr/bin/python
>         libdl.so.2 => /lib/libdl.so.2 (0xb75dc000)
>         libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb75cc000)
>         libutil.so.1 => /lib/libutil.so.1 (0xb75c9000)
>         libm.so.6 => /lib/tls/libm.so.6 (0xb75a7000)
>         libc.so.6 => /lib/tls/libc.so.6 (0xb7470000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb75eb000)
> Can I make it work without recompiling python? (It's not my computer
> to change) 

-- 
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.

Reply via email to