Re: [Tkinter-discuss] Python shell still running after program has been terminated

2006-11-13 Thread Gerardo Juarez
Hi, Yes it does that. No, I don't know what causes it but it seems to be an interaction with the OS. I assume you are using IDLE. Have you tried Shell/Restart Shell (Ctrl+F6)? It has worked for me most of the times. It is interesting that an application using several threads seems easier to

[Tkinter-discuss] Python shell still running after program has been terminated

2006-11-13 Thread Greg Hoyle
Howdy,While making a small program using python 2.4.4, I have run into a problem getting the python shell to stop running the program. I am not certain of what the problem could be and i'm wondering if there's a way that I can avoid encountering this problem in the future. The details are below. I