Re: [Tutor] Closing GUI program

2007-12-28 Thread Michael H. Goldwasser
> From: Jim Morcombe > To: python tutor mailing list > Sent: Friday, December 28, 2007 3:51 PM > Subject: [Tutor] Closing GUI program > > > I have copied the following program. When I run it, (By pressing F5 > from IDLE), it displays the "

Re: [Tutor] Closing GUI program

2007-12-28 Thread Alan Gauld
"Jim Morcombe" <[EMAIL PROTECTED]> wrote > I run it, (By pressing F5 from IDLE), it displays the "Hello world" > message. Don't run GUI programs from within IDLE is the best advice I can give. It's a lot better than it was and at least they run now but IDLE still catches too many keystrokes and

Re: [Tutor] Closing GUI program

2007-12-27 Thread Jim Morcombe
Sent: Friday, December 28, 2007 3:51 PM Subject: [Tutor] Closing GUI program I have copied the following program. When I run it, (By pressing F5 from IDLE), it displays the "Hello world" message. When I close the window, the "Hello world" message disappears, but

[Tutor] Closing GUI program

2007-12-27 Thread Jim Morcombe
I have copied the following program. When I run it, (By pressing F5 from IDLE), it displays the "Hello world" message. When I close the window, the "Hello world" message disappears, but it seems that the program is still running, because when I close the shell, i get the message "The program i