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 terry.reedy
Recipients JayKrish, Todd.Rovito, ncoghlan, philwebster, python-dev, r.david.murray, terry.reedy
Date 2013-07-13.08:07:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373702874.12.0.898439315243.issue18365@psf.upfronthosting.co.za>
In-reply-to
Content
Looking through the 11 stable 3.x buildbots (1 still running), I see 3 outcomes.
1. Windows: test seemed to run, test_idle listed in 'altered environment'.
2. Some *nix: test gave no error, test_idle lit in 'tests skipped'. I presume this means that at least one thing was skipped, not the entire idle suite.
3. Other *nix: no test failed, but the one test case setup gave the tclerror. This also includes the 'murray' machine. Yours, David?

_tkinter.create just calls Tkapp_New with the same args and the message comes from tcl/tk. I do not know if 'display name' is the same as the 'screenName' parameter or not. The doc string just says "Return a new Toplevel widget on screen SCREENNAME." Is this something to do with X11? If so, why isn't $DISPLAY set? Passing screenName='fake' has no effect on my Win7 machine.

I think the following patch should quiet things for now, even if not the best patch.
History
Date User Action Args
2013-07-13 08:07:54terry.reedysetrecipients: + terry.reedy, ncoghlan, r.david.murray, Todd.Rovito, python-dev, JayKrish, philwebster
2013-07-13 08:07:54terry.reedysetmessageid: <1373702874.12.0.898439315243.issue18365@psf.upfronthosting.co.za>
2013-07-13 08:07:54terry.reedylinkissue18365 messages
2013-07-13 08:07:53terry.reedycreate