Hi all, I did a clean checkout from trunk [1406], and in attempting to run, I got the following error. I had another copy of it from a previous download, so I copied it over. Is the file necessary? If so, why was it removed? If not, perhaps we could remove the check in build.py?
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 3, in <module> pathex=['/Users/mjpan/Downloads/python/pyinstaller.20110517']) File "/Users/mjpan/Downloads/python/pyinstaller.20110517/PyInstaller/ build.py", line 318, in __init__ raise ValueError, "script '%s' not found" % script ValueError: script '/Users/mjpan/Downloads/python/pyinstaller.20110517/support/ useUnicode.py' not found -- 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.
