Relative Content

Tag Archive for pythontkinterpython-os

Tkinter will not open when I try to import a variable from another Python Program

Tkinter will open a window with buttons, like I want, when I am not trying to import a variable from another Python program I wrote. But when I do, Tkinter will not open. When I use from my_program import variable, does it run the program first? I have a while True loop in the other program. However, I am using Tkinter to make buttons that run the other program then stop it. Thank you.