Hi all,
I'm getting the error below, which was really wierd because the
missing file is not even in the same location as the copy I'm trying
to run (current copy is pyinstaller.20110517, config specifies
pyinstaller-trunk). Turns out the the existing config was created by
another copy that I was using, and because it existed, Configure.py
was not being run. Is there a way to do one or more of the following-
* suggest the user re-run Configure.py to refresh the config
* verify whether the path in the config matches the path being run,
and re-run Configure.py if not
* make the iu.pyc path in the config a relative path
Cheers
Mike
===
Traceback (most recent call last):
File "pyinstaller.py", line 94, in <module>
run_build(opts, spec_file)
File "pyinstaller.py", line 50, in run_build
PyInstaller.build.main(spec_file, **opts.__dict__)
File "/Users/mjpan/Downloads/python/pyinstaller.20110517/PyInstaller/
build.py", line 1494, in main
build(specfile, buildpath)
File "/Users/mjpan/Downloads/python/pyinstaller.20110517/PyInstaller/
build.py", line 1393, in build
execfile(spec)
File "/Users/mjpan/Downloads/python/pyinstaller.20110517/MyApp/
MyApp.spec", line 12, in <module>
console=1 )
File "/Users/mjpan/Downloads/python/pyinstaller.20110517/PyInstaller/
build.py", line 877, in __init__
strip_binaries=self.strip, upx_binaries=self.upx,
crypt=self.crypt)
File "/Users/mjpan/Downloads/python/pyinstaller.20110517/PyInstaller/
build.py", line 740, in __init__
self.__postinit__()
File "/Users/mjpan/Downloads/python/pyinstaller.20110517/PyInstaller/
build.py", line 282, in __postinit__
self.assemble()
File "/Users/mjpan/Downloads/python/pyinstaller.20110517/PyInstaller/
build.py", line 794, in assemble
archive.build(self.name, mytoc)
File "/Users/mjpan/Downloads/python/pyinstaller.20110517/PyInstaller/
archive.py", line 215, in build
self.add(tocentry) # the guts of the archive
File "/Users/mjpan/Downloads/python/pyinstaller.20110517/PyInstaller/
carchive.py", line 236, in add
s = open(pathnm, 'rb').read()
IOError: [Errno 2] No such file or directory: '/Users/mjpan/Downloads/
python/pyinstaller-trunk/PyInstaller/iu.pyc'
--
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.