-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
Description of the bug
tk variables must be linked to tk.root or any other frame. Other wise, the variable cannot be updated in some machine
root = tk.Tk()
var = tk.IntVar(master=root, value=0)
Steps To Reproduce
NA
Which Operating System are you using?
Windows
Which Python version are you using?
3.8
Installed packages
all
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working