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 glyph
Recipients alex, glyph, ned.deily, ronaldoussoren
Date 2013-03-21.10:16:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363861007.81.0.126055122684.issue17496@psf.upfronthosting.co.za>
In-reply-to
Content
> Wouldn't it be better to check for the actual problem, that is use subprocess to start a small Tcl script that creates a window and check if that crashes?

Yes, this sounds great.  Doing it with Tcl means that we're not invoking any of the problematic code in question.  It sounds like this check could be done on other platforms as well, in lieu of looking for e.g. $DISPLAY.  If a tcl script can make tk windows, so should a Python script be able to.
History
Date User Action Args
2013-03-21 10:16:47glyphsetrecipients: + glyph, ronaldoussoren, ned.deily, alex
2013-03-21 10:16:47glyphsetmessageid: <1363861007.81.0.126055122684.issue17496@psf.upfronthosting.co.za>
2013-03-21 10:16:47glyphlinkissue17496 messages
2013-03-21 10:16:47glyphcreate