Am 10.09.2013 20:21, schrieb Don Dwiggins: > > Well, first I did a "git clone > git://github.com/pyinstaller/pyinstaller.git", according to the > instructions on pyinsteller.org; next, I tried downloading the > development version from the link on that page. In both cases, I got > a folder with the "support" subfolder missing.
Sorry for the confusion, Matrin gave the hint: The "support" folder no longer exists in PyInstaller 2.1. The boot loader and the Python modules required for bootstrapping have been move to other places. If you are still using files in support, you are basically combining 2.0-stuff with 2.1 stuff. I assume some of your troubles are caused by this. PyInstaller 2.1 does not require anything in support, so I suppose it's your .spec file. I suggest letting PyInstaller create a new one and put your extra stuff into. (PyInstaller should handle "old" bootstap-scripts automatically, but one never knows.) Regarding your major problem described in your OP I can not help, as I'm not using Windows -- and I know why ;-) -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP Goebel Consult http://www.goebel-consult.de Monatliche Kolumne: http://www.cissp-gefluester.de/2010-01-hinterturen-allen-ortes Blog: http://www.goebel-consult.de/blog/20050315 Goebel Consult ist Mitglied bei http://www.7-it.de/
smime.p7s
Description: S/MIME Kryptografische Unterschrift
