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 janssen
Recipients janssen
Date 2010-05-14.18:21:49
SpamBayes Score 0.007956059
Marked as misclassified No
Message-id <1273861312.32.0.0344970613986.issue8716@psf.upfronthosting.co.za>
In-reply-to
Content
test_tk fails on OS X if test is run from a daemon process without the privilege to access the window server, say a buildbot slave without anyone logged in to the console.  The Tk support needs to check whether it has access rights to the window server before trying to access it.

Workaround is to log buildbot into the console of the OS X machine (which usually but not always works), or to run tests manually.
History
Date User Action Args
2010-05-14 18:21:52janssensetrecipients: + janssen
2010-05-14 18:21:52janssensetmessageid: <1273861312.32.0.0344970613986.issue8716@psf.upfronthosting.co.za>
2010-05-14 18:21:49janssenlinkissue8716 messages
2010-05-14 18:21:49janssencreate