suppresing error pop-ups in Win32 app

B

Bart Ogryczak

Hi,
I'm developing mixed Python/C app which runs on WinNT server. When
something fails in Python, that´s not a problem, prints a traceback to
the log and thats it. When something fails within the C code, the error
message window pops up. To kill it I´ve got to access server with VNC.

I´ve tried to create a python module written in C, which uses
SetUnhandledExceptionFilter(). Although it works suppressing error
pop-up in C applications, somehow it doesn´t work for me, when it´s
called from the python module.
Have you got any suggestions how to suppress those annoying message
boxes?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,434
Messages
2,571,685
Members
48,796
Latest member
Greg L.

Latest Threads

Top