Problem with using PyInstaller

45 views
Skip to first unread message

Marcin Krol

unread,
Nov 3, 2009, 8:32:49 AM11/3/09
to pyins...@googlegroups.com
Hello everyone,

I'm new to pyinstaller and have stumbled on the following problem:

[root@localhost pyinstaller]# python Build.py cssh/cssh.spec
checking Analysis
building Analysis because outAnalysis0.toc non existent
running Analysis outAnalysis0.toc
Analyzing: support/_mountzlib.py
Analyzing: support/useUnicode.py
Analyzing: ../cssh.py
ldd: warning: you do not have execution permission for
`/usr/lib/sse2/libgmp.so.3'
Traceback (most recent call last):
File "Build.py", line 1158, in <module>
main(args[0], configfilename=opts.configfile)
File "Build.py", line 1146, in main
build(specfile)
File "Build.py", line 1109, in build
execfile(spec)
File "cssh/cssh.spec", line 3, in <module>
pathex=['/root/pyinstaller'])
File "Build.py", line 245, in __init__
self.__postinit__()
File "Build.py", line 196, in __postinit__
self.assemble()
File "Build.py", line 348, in assemble
self.fixMissingPythonLib(binaries)
File "Build.py", line 394, in fixMissingPythonLib
raise IOError("Python library not found!")
IOError: Python library not found!

Err.. which library is not found?

I have checked in "cssh" dir and there is no txt warnings file in this
spec directory at all. So which library is missing?

Can it be related to this?

ldd: warning: you do not have execution permission for
`/usr/lib/sse2/libgmp.so.3'


Commands I ran (after 'make'ing pyinstaller of course):

# python Makespec.py --onefile ../cssh.py
# python Build.py cssh/cssh.spec

Reply all
Reply to author
Forward
0 new messages