Re: Unhandled exception in thread

2009-06-12 Thread ryles
r, allowing some modicum of interaction. Sometimes, not > always (though I cannot see a pattern), when I quit the script, the > following error message is printed: > >     Unhandled exception in thread started by >     Error in sys.excepthook: > >     Original exception wa

Re: Unhandled exception in thread

2009-06-11 Thread Scott David Daniels
, the following error message is printed: Unhandled exception in thread started by Error in sys.excepthook: Original exception was: And that's it! Seems like there's some information missing? What is the error in sys.excepthook? What was the original exception? And where? An

Unhandled exception in thread

2009-06-11 Thread Mads Michelsen
in the background using a separate thread (the 'thread' module), while the main program serves up the data to the user, allowing some modicum of interaction. Sometimes, not always (though I cannot see a pattern), when I quit the script, the following error message is printed: Unhandle