This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients 4evermaat, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-10-20.10:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571568966.27.0.209338814622.issue38533@roundup.psfhosted.org>
In-reply-to
Content
Can you give an example of a script that fails? If you try to print (or otherwise use the standard IO streams) pythonw will fail, because there are no stdio streams for a GUI executable - and the traceback, which goes to stderr by default, will be lost.

This is my best guess as to your issue here, but without a reproducible example, it's hard to say anything useful.
History
Date User Action Args
2019-10-20 10:56:06paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower, 4evermaat
2019-10-20 10:56:06paul.mooresetmessageid: <1571568966.27.0.209338814622.issue38533@roundup.psfhosted.org>
2019-10-20 10:56:06paul.moorelinkissue38533 messages
2019-10-20 10:56:06paul.moorecreate