[issue38898] Tkinter checkbutton switch on and off together

2019-11-27 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Problem with Checkbutton and duplicate last name components ___ Python tracker ___

[issue38898] Tkinter checkbutton switch on and off together

2019-11-27 Thread Ned Deily
Change by Ned Deily : -- nosy: +gpolo, serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue38898] Tkinter checkbutton switch on and off together

2019-11-23 Thread zaza hohonini
zaza hohonini added the comment: Hello, I have done a bit of digging and found out that this behavior appeared in python version 3.6.0 alpha2. I think it is related to bpo-27025 (https://bugs.python.org/issue27025) that changed the way that widgets are named. It is my impression that the co

[issue38898] Tkinter checkbutton switch on and off together

2019-11-22 Thread zaza hohonini
New submission from zaza hohonini : Hello, I am running python 3.8.0 and found a problem where multiple checkbuttons get switched when I click one. From observing it looks like each first check button in a frame is linked. And each second, etc. I ran the some program in python 2.7.17 and it