[issue29402] Problem with Checkbutton and duplicate last name components

Serhiy Storchaka report at bugs.python.org
Wed Feb 1 05:31:29 EST 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29402>
_______________________________________


More information about the Python-bugs-list mailing list