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 ned.deily
Recipients gpolo, janssen, ned.deily, pitrou, python-dev, r.david.murray, ronaldoussoren, vstinner
Date 2011-07-06.02:23:52
SpamBayes Score 3.6472287e-05
Marked as misclassified No
Message-id <1309919036.07.0.65635707017.issue8716@psf.upfronthosting.co.za>
In-reply-to
Content
Despite evidence to the contrary, the temporary MacOS.WMAvailable code showed that there was *not* a window manager connection.  I'm still not sure what the difference in environments is (perhaps it is just due to a different version of Tcl/Tk on the buildbot) nor why the buildbot only fails intermittently.  In any case, I've taken Ronald's suggestion and replaced the Tk-in-a-subprocess sanity check with a ctypes version of what MacOS.WMAvailable did.  Let's see what how well that works.
History
Date User Action Args
2011-07-06 02:23:56ned.deilysetrecipients: + ned.deily, ronaldoussoren, janssen, pitrou, vstinner, gpolo, r.david.murray, python-dev
2011-07-06 02:23:56ned.deilysetmessageid: <1309919036.07.0.65635707017.issue8716@psf.upfronthosting.co.za>
2011-07-06 02:23:52ned.deilylinkissue8716 messages
2011-07-06 02:23:52ned.deilycreate