exiting threaded program?

Tim Golden mail at timgolden.me.uk
Wed Mar 24 06:48:55 EDT 2010


On 24/03/2010 10:43, Alex Hall wrote:
> Hi all,
> I have a program with a timer in it, therefore I have multiple
> threads. My method of exiting by using "user32.PostQuitMessage (0)" no
> longer seems to be doing the job since I added the timer. What else do
> I have to do to close my program? I say it is not closing because,
> before, I would be returned to a prompt in the cmd line, but now I
> cannot type in the cmd line window even after the program supposedly
> closes, whereas before I could have. Thanks.
>

Make the timer thread a daemon?

TJG



More information about the Python-list mailing list