Roger Serwy <roger.se...@gmail.com> added the comment: I can reproduce the problem with Ubuntu 11.04 with Python 3.2. The WidgetRedirector calls tk_call with a tuple containing unencoded Unicode strings.
Attached is a patch to encode all arguments if the argument has the "encode" attribute. This seems to fix the problem, but can someone who knows more about Python and Tk's Unicode handling take a look? ---------- keywords: +patch nosy: +serwy Added file: http://bugs.python.org/file23561/patch13265.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13265> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com