Figured it out. The root of my pyinstaller tree had some .pyc with no corresponding .py files. I deleted the .pyc files and now it completes without an error message.
It's been a number of months since I updated my working copy, looks like a bunch of stuff was moved into a PyInstaller subdir. The manual (http://www.pyinstaller.org/export/latest/trunk/doc/Manual.html? format=raw#getting-started) still says the recommended approach is to "python Configure.py && python Makespec.py yourprogram.py", but it seems it's now "python pyinstaller"? How does one pass the --onefile parameter? thanks, -matt -- 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.
