I had build python on linux as 

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

Now when i try to run pyinstaller it gave me following error.

 raise IOError("Python library not found!")
IOError: Python library not found!


ldd `which 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 help?

-- 
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/-/tS-Acu_3gegJ.
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