Giovanni Bajo wrote: > Are you maybe using debug=1 in your spec file? That's the kind of output > you see when you activate debugging support.
Well, I do have debug=False; I just tried building with it commented out, and also with it changed to debug=0. Got the same results in all cases. (I also removed the build directory before each build, just in case.) For what it's worth, here's the spec: > a = Analysis([os.path.join(HOMEPATH,'support\\_mountzlib.py'), > os.path.join(HOMEPATH,'support\\useUnicode.py'), > 'AccountBrowser.pyw'], > pathex=[r'C:\Dwig\tmp\pyinstaller'] > ) > pyz = PYZ(a.pure) > exe = EXE( pyz, > a.scripts, > a.binaries, > name='AccountBrowser.exe', > debug=False, > strip=False, > upx=True, > console=False ) > dist = COLLECT(exe, > name='PyIdist') As you can see, I've got pyinstaller checked out into a temp folder. -- Don Dwiggins Advanced Publishing Technology --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
