Skip to content

Bug located in Configure layout extension #6587

@hui-zhou-a

Description

@hui-zhou-a

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions