Dear all,
I am trying to build a standalone application. The trace I am getting
is attached. What am I doing wrong?
Cheers,
Luis
lques...@lquesada-laptop:~/workspace/MetroNode/src/models$ python ~/
pyinstaller-1.4/Build.py uncovered.spec
checking Analysis
checking PYZ
checking PKG
building because outPKG3.toc missing or bad
building PKG outPKG3.pkg
Cannot find ('zibopt._conflict.so', '/usr/local/lib/python2.6/dist-
packages/python_zibopt-0.5.beta_r97-py2.6-linux-i686.egg/zibopt/
_conflict.so', 1, 'b')
Traceback (most recent call last):
File "/home/lquesada/pyinstaller-1.4/Build.py", line 1160, in
<module>
main(args[0], configfilename=opts.configfile)
File "/home/lquesada/pyinstaller-1.4/Build.py", line 1148, in main
build(specfile)
File "/home/lquesada/pyinstaller-1.4/Build.py", line 1111, in build
execfile(spec)
File "uncovered.spec", line 14, in <module>
console=1 )
File "/home/lquesada/pyinstaller-1.4/Build.py", line 661, in
__init__
strip_binaries=self.strip, upx_binaries=self.upx,
crypt=self.crypt)
File "/home/lquesada/pyinstaller-1.4/Build.py", line 561, in
__init__
self.__postinit__()
File "/home/lquesada/pyinstaller-1.4/Build.py", line 196, in
__postinit__
self.assemble()
File "/home/lquesada/pyinstaller-1.4/Build.py", line 618, in
assemble
archive.build(self.name, mytoc)
File "/home/lquesada/pyinstaller-1.4/archive.py", line 229, in build
self.add(tocentry) # the guts of the archive
File "/home/lquesada/pyinstaller-1.4/carchive.py", line 235, in add
s = open(pathnm, 'rb').read()
IOError: [Errno 20] Not a directory: '/usr/local/lib/python2.6/dist-
packages/python_zibopt-0.5.beta_r97-py2.6-linux-i686.egg/zibopt/
_conflict.so'
lques...@lquesada-laptop:~/workspace/MetroNode/src/models$
--
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.