Message 139532 - Python tracker

Message139532

Author ned.deily
Recipients gpolo, janssen, ned.deily, r.david.murray, ronaldoussoren, vstinner
Date 2011-06-30.23:11:46
SpamBayes Score 0.016792778
Marked as misclassified No
Message-id <1309475507.39.0.881539581277.issue8716@psf.upfronthosting.co.za>
In-reply-to
Content
Victor, I don't understand what your patch is trying to accomplish.  The problem is not that Tkinter isn't built; the problem is simply at execution time.  Yes, you'll see exactly the same behavior if you are logged in via ssh and the usename you are running under is not logged in as the main GUI user.  The solution is to not run Tkinter stuff in that situation.
History
Date User Action Args
2011-06-30 23:11:47ned.deilysetrecipients: + ned.deily, ronaldoussoren, janssen, vstinner, gpolo, r.david.murray
2011-06-30 23:11:47ned.deilysetmessageid: <1309475507.39.0.881539581277.issue8716@psf.upfronthosting.co.za>
2011-06-30 23:11:46ned.deilylinkissue8716 messages
2011-06-30 23:11:46ned.deilycreate