Re: [pygtk] dialogs, sys.excepthook and gobject.add_idle

2006-04-17 Thread Tim Evans
Chris Lambacher wrote: Hi, I have a win32 app that overrides sys.excepthook to capture top level exceptions and display a dialog with the error. This was working fine until I had an exception occur in a thread other than the main(gui) thread. My standard trick for getting the UI to do somethin

[pygtk] dialogs, sys.excepthook and gobject.add_idle

2006-04-17 Thread Chris Lambacher
Hi, I have a win32 app that overrides sys.excepthook to capture top level exceptions and display a dialog with the error. This was working fine until I had an exception occur in a thread other than the main(gui) thread. My standard trick for getting the UI to do something from another thread is