Guilherme Polo <ggp...@gmail.com> added the comment:

Ok, I've found the cause of the problem and the patch attached should
solve it but shouldn't be applied! This was just a quick fix I did to
confirm what I expected, I will add something more correct later.

_tkinter is aware of this deadlock that we are getting (see
Tkapp_TkInit), but it is not collaborating to solve it. The problem is
avoided if we always use "loadtk" in Tkinter.py instead of using
"create" to load tk.

----------
keywords: +patch
Added file: http://bugs.python.org/file12955/dont_load_tk_in_tkintercreate.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5122>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to