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
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
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
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
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
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