[wingide-users] Using sys.excepthook in Wing IDE
Wingware Support
support at wingware.com
Mon Dec 15 13:01:10 MST 2008
mercado wrote:
> Hello,
>
> I am trying to use sys.excepthook in my code. When I run the code
> sample below from the terminal, it works as expected and prints out the
> message in the exceptionhook function. But when I run the code using
> Wing IDE, the message isn't printed out. Am I doing something wrong?
Wing's exception detection & reporting mechanism is being used instead
of sys.excepthook so it never is called when run from within Wing.
We'll try to fix this in a future release.
Thanks for the bug report!
John
More information about the wingide-users
mailing list