[issue6639] turtle: _tkinter.TclError: invalid command name ".10170160"

Alexander Belopolsky report at bugs.python.org
Sat Oct 23 05:06:04 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

I have come across the same bug.  To reproduce, run Demo/turtle/tdemo_round_dance.py and kill the Tk window before the "dance" stops. 

The mysterious command name ".10170160" is simply the generated name for the canvas widget - '.' + repr(id(self)).  See BaseWidget.__init__ in tkinter.

----------
nosy: +belopolsky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6639>
_______________________________________


More information about the Python-bugs-list mailing list