Python Tkinter "wait_window()" never continuing Python Tkinter "wait_window()" never continuing tkinter tkinter

Python Tkinter "wait_window()" never continuing


Do not call mainloop() a second time. mainloop() should always be called exactly once for the life of the program.