Tkinker (sp?)
Greg Krohn
noone at here.invalid
Wed May 29 00:14:23 EDT 2002
More information about the Python-list mailing list
Wed May 29 00:14:23 EDT 2002
- Previous message (by thread): Tkinter question
- Next message (by thread): Tkinker (sp?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Michael Bauers" <me at michaelbauers.com> wrote in message news:uf8hdjtc2oeh27 at corp.supernews.com... [snip] > The quit button seemed to kill the 'app', but left the window up. Then I > clicked it a few more times and it shut down all open Idle windows. I was > running the script from an open window in idle using control-F5. [snip] IDLE uses Tkinter for its GUI, so when your code uses Tkinter also, they fight. Run your code from the command line and it should work. greg
- Previous message (by thread): Tkinter question
- Next message (by thread): Tkinker (sp?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list