Hi, 

I want to convert an python program to exe on linux, So i made a python 
build as 

./configure --prefix=<location of install> --enable-shared=disabled
make
make install

Now when i try to run Pyinstaller to convert script to exe, it gives error
IOError: Python library not found!

ldd <path to python>/python
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003fc8400000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000003fc7c00000)
        libutil.so.1 => /lib64/libutil.so.1 (0x0000003fd4200000)
        libm.so.6 => /lib64/libm.so.6 (0x0000003fc8000000)
        libc.so.6 => /lib64/libc.so.6 (0x0000003fc7800000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003fc6800000)


Can some one please point me what wrong i did here? I used latest python 
2.7.3 code and using Red Hat 5.

Thanks


-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/OSK390bTatEJ.
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