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)
I also tried version 1.3, but I get
Traceback (most recent call last):
File "pyinstaller-1.3/Build.py", line 841, in ?
build(sys.argv[1])
File "pyinstaller-1.3/Build.py", line 76, in build
exec open(spec, 'r').read()+'\n'
File "<string>", line 11, in ?
File "pyinstaller-1.3/Build.py", line 466, in __init__
self.__postinit__()
File "pyinstaller-1.3/Build.py", line 94, in __postinit__
self.assemble()
File "pyinstaller-1.3/Build.py", line 548, in assemble
self.copy(exe, outf)
File "pyinstaller-1.3/Build.py", line 560, in copy
inf = open(fnm, 'rb')
IOError: [Errno 2] No such file or directory: 'pyinstaller-1.3/support/
loader/run'
and I really don't have such file... I have run_6/7* files.
What is the problem?
(I really need to make it work fast)
Thanks
--
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.