Re: [pygtk] How to stop mainloop from catching exceptions

2000-05-25 Thread James Henstridge
On Thu, 25 May 2000, Harry Henry Gebel wrote: How do I stop mainloop from catching exceptions? Set the PYGTK_FATAL_EXCEPTIONS environment variable before running your application. This way, when an exception occurs, the main loop will be exited (recursively if necessary). James. --

Re: [pygtk] How to stop mainloop from catching exceptions

2000-05-25 Thread Harry Henry Gebel
On Thu, May 25, 2000 at 03:04:01PM +0800, James Henstridge wrote: On Thu, 25 May 2000, Harry Henry Gebel wrote: How do I stop mainloop from catching exceptions? Set the PYGTK_FATAL_EXCEPTIONS environment variable before running your If I set this environment variable in the program prior to

Re: [pygtk] How to stop mainloop from catching exceptions

2000-05-25 Thread Matt Wilson
On Thu, May 25, 2000 at 08:26:12AM -0400, Harry Henry Gebel wrote: If I set this environment variable in the program prior to importing gtk, gnome.ui, and libglade will it still work? My intention is to put mainloop in a try clause and put up a GnomeErrorDialog with a traceback, append the

Re: [pygtk] How to stop mainloop from catching exceptions

2000-05-25 Thread Aaron Optimizer Digulla
Quoting Harry Henry Gebel [EMAIL PROTECTED]: How do I stop mainloop from catching exceptions? Set the PYGTK_FATAL_EXCEPTIONS environment variable before running your If I set this environment variable in the program prior to importing gtk, gnome.ui, and libglade will it still work? My

[pygtk] How to stop mainloop from catching exceptions

2000-05-24 Thread Harry Henry Gebel
How do I stop mainloop from catching exceptions? -- Harry Henry Gebel, Senior Developer, Landon House SBS West Dover Hundred, Delaware - To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]