Sorry, here it is again.
Oliver
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: August 3, 2006 1:41 PMOliver Schoenborn wrote:
> I have created a module called DelayedResult.py (still prototype,
but
DelayedResult.py (4.7 KB)
···
-----Original Message-----
> works) that helps use multithread in GUI apps, something
...BTW, the test code gets some exceptions:
$ py DelayedResult.py
Slow function started
Slow function done
Unhandled exception in thread started by <function slowFn at
0xb7d53064> Traceback (most recent call last):
File "DelayedResult.py", line 117, in slowFn
cb.sendResult((5,'a'))
File "DelayedResult.py", line 66, in sendResult
...