Jesus Rivero - (Neurogeek) wrote:
> Original exception was:
> Unhandled exception in thread started by
> Error in sys.excepthook:
>
> Original exception was:
>
> And if put a time.sleep(1) after the       thread.start_new(test,
> (name,)) #(1) part, then it does it all perfectly.

Looks like the interpreter is shutting down before all the exception
processing finishes.

-Jonathan

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to