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 serhiy.storchaka
Recipients Arfrever, roger.serwy, serhiy.storchaka
Date 2013-01-01.21:25:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357075532.27.0.648254937692.issue16809@psf.upfronthosting.co.za>
In-reply-to
Content
The simplest fix probably is just wrap self.tk.call() with str() (I have not tested it yet). However the problem is more serious (tkinter doesn't support fully even 8.5 and subtle bugs are possible) and I'll spend some more time on its research.
History
Date User Action Args
2013-01-01 21:25:32serhiy.storchakasetrecipients: + serhiy.storchaka, roger.serwy, Arfrever
2013-01-01 21:25:32serhiy.storchakasetmessageid: <1357075532.27.0.648254937692.issue16809@psf.upfronthosting.co.za>
2013-01-01 21:25:32serhiy.storchakalinkissue16809 messages
2013-01-01 21:25:32serhiy.storchakacreate