> .../pyinstaller/doc/Manual.html#getting-debug-messages says the format > is log-level= ...
oh, now I get it: `--log-level=n` is an option to pass to pyinstaller or ./utils/ Build.py, while `--debug` is an option which can be used on the packaged .exe The docs aren't very clear on that, or at least not to me. In any case using `myapp.exe --debug` didn't change the output at all other than adding a single line `scanOptions: *** debug mode on` to the console output. I used ArchiveViewer.py and as best I can tell every "warning module message" in build/warn*.txt has a corresponding entry in outPYZ1.pyz. I think I'm just in over my head. :) Maybe the next time I try this something will have changed, or I'll have learned enough, to get a little farther. cheers, -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.
