Serhiy Storchaka added the comment:

The variable option of the checkbutton widget specifies the name of a global 
variable to set to indicate whether or not this button is selected. It defaults 
to the name of the button within its parent (i.e. the last element of the 
button window's path name).

There are two workarounds: specify either name or variable arguments explicitly.

There can be similar issues with other widgets.

----------
components: +Library (Lib), Tkinter

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

Reply via email to