In my button handler I mistakenly typed quit() instead of root.quit() (where root is the window). This caused Idle to shut down (as one might expect). What I don't understand is that when I restart Idle Tkinter no longer will display windows. I have to reboot to clear whatever is wrong. I'm guessing I've orphaned some process related to Tkinter that Idle isn't connecting to, or some such.
How do I clear this state?
I'm running Idle on Windows Vista.
Thanks.
How do I clear this state?
I'm running Idle on Windows Vista.
Thanks.
Comment