David C. Ullrich <[EMAIL PROTECTED]> wrote:
> Becoming a fan of wxPython, but I can't stand
> what it does with error messsages
[snip]
> So I want to pop up a modal dialog on error.
[snip]
> Came up with a ridiculous hack involving both sys.stderr
> and sys.excepthook. Works exactly the way I
In article <[EMAIL PROTECTED]>,
Jean-Paul Calderone <[EMAIL PROTECTED]> wrote:
> On Wed, 14 May 2008 15:47:18 -0500, "David C. Ullrich" <[EMAIL PROTECTED]>
> wrote:
> > [snip]
> >
> >Came up with a ridiculous hack involving both sys.stderr
> >and sys.excepthook. Works exactly the way I want.
> >
On Wed, 14 May 2008 15:47:18 -0500, "David C. Ullrich" <[EMAIL PROTECTED]>
wrote:
[snip]
Came up with a ridiculous hack involving both sys.stderr
and sys.excepthook. Works exactly the way I want.
Seems ridiculous - what's the right way to do this?
[snip]
Hi David,
Take a look at the traceba