Re: threading.Event usage causing intermitent exception

2006-08-09 Thread [EMAIL PROTECTED]
Tim Peters wrote: > [EMAIL PROTECTED] > > Admittedly this problem causes no actual functional issues aside from > > an occasional error message when the program exits. The error is: > > > > Unhandled exception in thread started by > > Error in sys.excepthook: > > Original exception was: > > > > Y

Re: threading.Event usage causing intermitent exception

2006-08-08 Thread Tim Peters
[EMAIL PROTECTED] > Admittedly this problem causes no actual functional issues aside from > an occasional error message when the program exits. The error is: > > Unhandled exception in thread started by > Error in sys.excepthook: > Original exception was: > > Yes all that info is blank. That's ty

threading.Event usage causing intermitent exception

2006-08-08 Thread [EMAIL PROTECTED]
Admittedly this problem causes no actual functional issues aside from an occasional error message when the program exits. The error is: Unhandled exception in thread started by Error in sys.excepthook: Original exception was: Yes all that info is blank. The application is a console application