Posts by Sid • 1 point
1 post
-
0
votes1
answer414
viewsQ: Python - Tkinter - Dynamic Checkbutton does not take the value of the variable when referenced from another file/screen
I’m having the following problem: I can get the value of a dynamic variable (checkbutton) when the whole program is in one file with only one function: import string from tkinter import * import…