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 ronaldoussoren
Recipients janssen, ronaldoussoren, vstinner
Date 2010-05-16.09:40:06
SpamBayes Score 0.02051003
Marked as misclassified No
Message-id <1274002808.57.0.374221606181.issue8716@psf.upfronthosting.co.za>
In-reply-to
Content
BTW. Another way of testing, assuming you have two accounts: use 'su - otheraccount' to get a shell session as another user then try to start tk using:

import Tkinter
root = Tkinter.Tk()

This will currently crash the interpreter due to an uncaught Objective-C exception (as seen in msg105735)
History
Date User Action Args
2010-05-16 09:40:08ronaldoussorensetrecipients: + ronaldoussoren, janssen, vstinner
2010-05-16 09:40:08ronaldoussorensetmessageid: <1274002808.57.0.374221606181.issue8716@psf.upfronthosting.co.za>
2010-05-16 09:40:06ronaldoussorenlinkissue8716 messages
2010-05-16 09:40:06ronaldoussorencreate