Hannes Mueller wrote: > It happens when I run the unpackaged application with "pythonw". It does > not happen when I run it with "python".
Here's a thought: if you're logging to stdout or stderr, those file objects may not be instantiated by pythonw. I seem to remember this being reported on the wxPython list (try searching that list for "stdout or stderr"). HTH, -- 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 -~----------~----~----~----~------~----~------~--~---
