On Nov 18, 2:02 am, Don Dwiggins <[EMAIL PROTECTED]> wrote: > > OK, I just built with the head revision (549) of the trunk. The program > runs fine, but there's a mess of messages on stdout or stderr, most > beginning with 'importernm'. They don't seem to hurt anything, but it's > hard to find my own debugging output amid the clutter; can I get rid of > them? > > Thanks much, > -- > Don Dwiggins
The output can be disabled running "python -O" (if __debug__ in iu.py), but perhaps it can be disabled by default and enabled if needed... yes, I'll fix it on the trunk. -- Matteo Bertini --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
