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
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
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