Re: Exception raised in wrong thread?

2005-09-20 Thread Piet van Oostrum
Please don't post the same question twice with different subjects. -- Piet van Oostrum <[EMAIL PROTECTED]> URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Exception raised in wrong thread?

2005-09-20 Thread Krzysztof Nowak
Hello all python experts. I have problem and I ask you for help. Probably there is some quite easy solution, but I can't see it. I'm trying to perform some action that have to be timeout safe. So here is the structure of my program: \\\ def TimeoutHandler(): pri

Exception raised in wrong thread?

2005-09-19 Thread pegazik
Hello. I have problem and I'm looking for help. Probably there is some quite easy solution, but I can't see it. I'm trying to perform some action that have to be timeout safe. So here is the structure of my program: \\\ def TimeoutHandler(): print '!' raise