Re: Appropriate way to quit Tkinter

2006-10-13 Thread mzdude
Fredrik Lundh wrote: > mzdude wrote: > > >> works for me. are you perhaps running this under some kind of IDE that > >> keeps the process running even after the program has terminated? > >> > > It works the same way if I run from IDLE or from the DOS command prompt. > > I find very hard to believ

Re: Appropriate way to quit Tkinter

2006-10-13 Thread Fredrik Lundh
mzdude wrote: >> works for me. are you perhaps running this under some kind of IDE that >> keeps the process running even after the program has terminated? >> > It works the same way if I run from IDLE or from the DOS command prompt. I find very hard to believe that a Python interpreter run from

Re: Appropriate way to quit Tkinter

2006-10-13 Thread Neil Cerutti
On 2006-10-13, mzdude <[EMAIL PROTECTED]> wrote: > > Fredrik Lundh wrote: > [snip] >> works for me. are you perhaps running this under some kind of >> IDE that keeps the process running even after the program has >> terminated? > > It works the same way if I run from IDLE or from the DOS > command

Re: Appropriate way to quit Tkinter

2006-10-12 Thread mzdude
Fredrik Lundh wrote: [snip] > works for me. are you perhaps running this under some kind of IDE that > keeps the process running even after the program has terminated? > It works the same way if I run from IDLE or from the DOS command prompt. -- http://mail.python.org/mailman/listinfo/python-li

Re: Appropriate way to quit Tkinter

2006-10-12 Thread Fredrik Lundh
mzdude wrote: > I've just started playing with Python. Installed 2.5 on Windows XP > system. I'm working through some of the examples in Programming Python > 3ed by Mark Lutz. Given the following example when the Quit All button > action is assigned to root.quit the windows aren't dismissed or > d

Appropriate way to quit Tkinter

2006-10-12 Thread mzdude
I've just started playing with Python. Installed 2.5 on Windows XP system. I'm working through some of the examples in Programming Python 3ed by Mark Lutz. Given the following example when the Quit All button action is assigned to root.quit the windows aren't dismissed or destroyed. The application