Beginning Tkinter problem
John Purser
NO_SPAM_jmpurser2 at attbi.com
Fri Apr 5 17:37:55 EST 2002
More information about the Python-list mailing list
Fri Apr 5 17:37:55 EST 2002
- Previous message (by thread): icotl and Pointers
- Next message (by thread): Beginning Tkinter problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When working in IDLE(2.2) on Win2000 and attempting some Hello world class programs I get stuck after entering this code: >>> from Tkinter import Label >>> widget = Label(None, text='Hello GUI World!') >>> widget.pack() >>> widget.mainloop() The little window pops up, I click on the x in the corner and the window disappears. But I never get my IDLE interactive prompt back. Even going into the task manager and killing it there takes a while. So what am I doing wrong? Thanks, John Purser
- Previous message (by thread): icotl and Pointers
- Next message (by thread): Beginning Tkinter problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list