Query : sys.excepthook exception in Python

2006-04-26 Thread Pramod TK
Hi, Sometimes during execution of python scripts below mentioned error string is displayed on the console. "Unhandled exception in thread started by Error in sys.excepthook: Original exception was:" The scripts are not terminated, they continue to execute normally. Is this is a problem with python

Re: Query : sys.excepthook exception in Python

2006-04-10 Thread Peter Hansen
Pramod, TK wrote: > Sometimes during execution of python scripts below mentioned error > string is displayed on the console. > > *"Unhandled exception in thread started by Error in sys.excepthook: * > *Original exception was:"* > > The scripts are not terminated, they continue to execute norma

Query : sys.excepthook exception in Python

2006-04-10 Thread Pramod, TK
Title: Query : sys.excepthook exception in Python Hi, Sometimes during execution of python scripts below mentioned error string is displayed on the console. "Unhandled exception in thread started by  Error in sys.excepthook:  Original exception was:" The scripts are not