How to get a raised exception from other thread

themightydoyle at gmail.com themightydoyle at gmail.com
Sat Oct 15 23:43:05 EDT 2005


I also need an answer to this problem.  I'm using windows.  Throwing an
exception in thread B from thread A using a callback function.

The function runs, but the thread never actually catches the exception.
 The try/except block is in the run() method (over-riden from the
Thread class)




More information about the Python-list mailing list