Re: Python exception hook simple example needed

2005-07-11 Thread Fuzzyman
Ed Leafe wrote: > On Jul 7, 2005, at 7:27 AM, Fuzzyman wrote: > > > Do you have an exception handling dialog ? > > Not per se, as there hasn't been a request for one; we have several > dialogs ranging from simple messages to alerts to interactive dialogs, > much as wxPython offers. But I'll

Re: Python exception hook simple example needed

2005-07-07 Thread Ed Leafe
On Jul 7, 2005, at 7:27 AM, Fuzzyman wrote: > Do you have an exception handling dialog ? Not per se, as there hasn't been a request for one; we have several dialogs ranging from simple messages to alerts to interactive dialogs, much as wxPython offers. But I'll make this offer: give me

Re: Python exception hook simple example needed

2005-07-07 Thread Fuzzyman
Do you have an exception handling dialog ? Can you use the UI layer without being tied to the rest of the framework ? They seemed pretty integrated to me. Best Regards, Fuzzy http://www.voidspace.org.uk/pythonhave an -- http://mail.python.org/mailman/listinfo/python-list

Re: Python exception hook simple example needed

2005-07-06 Thread Ed Leafe
On Jul 6, 2005, at 8:59 AM, Fuzzyman wrote: > Wax has a brilliant prebuilt dialog/handler. It's a wrapper over > wxPython - so you still use wxPython objects, it's jsut all a lot > easier. And don't forget Dabo, which wraps all of wxPython's dialogs into simple calls. No need to create/show/dest

Re: Python exception hook simple example needed

2005-07-06 Thread Fuzzyman
Wax has a brilliant prebuilt dialog/handler. It's a wrapper over wxPython - so you still use wxPython objects, it's jsut all a lot easier. http://zephyrfalcon.org/labs Best Regards, Fuzzy http://www.voidspace.org.uk/python -- http://mail.python.org/mailman/listinfo/python-list

Re: Python exception hook simple example needed

2005-07-06 Thread [EMAIL PROTECTED]
t I don't know it is working or not.... Thanx: ft > > Tárgy: > Re: Python exception hook simple example needed > Feladó: > Benji York <[EMAIL PROTECTED]> > Dátum: > Tue, 05 Jul 2005 10:34:23 -0400 > Címzett: > python-list@python.org > > Címzett: > python

Re: Python exception hook simple example needed

2005-07-05 Thread Benji York
[EMAIL PROTECTED] wrote: > If anyone has an idea, how to I catch exceptions globally, please write me. I believe there is an example of this in the demo that comes with wxPython (don't have an install handy to check). -- Benji York -- http://mail.python.org/mailman/listinfo/python-list

Re: Python exception hook simple example needed

2005-07-05 Thread Thomas Guettler
Am Tue, 05 Jul 2005 16:07:44 +0200 schrieb [EMAIL PROTECTED]: > Hi ! > > I wrote some mails to wxPy, and this list about "wxPython and global > exception handling" theme. > I need to port my Delphi apps to wxPy, and I want to use same exception > mechanism like Delphi use. > > When any excepti

Python exception hook simple example needed

2005-07-05 Thread [EMAIL PROTECTED]
Hi ! I wrote some mails to wxPy, and this list about "wxPython and global exception handling" theme. I need to port my Delphi apps to wxPy, and I want to use same exception mechanism like Delphi use. When any exception get unhandled, the app's main cycle get it, and show in a dialog (and I can