Re: cathing uncaught exceptions

2008-08-19 Thread Gabriel Genellina
En Mon, 18 Aug 2008 12:02:29 -0300, Alexandru Mosoi <[EMAIL PROTECTED]> escribió: > how can I catch (globally) exception that were not caught in a try/ > catch block in any running thread? i had this weird case that an > exception was raised in one thread, but nothing was displayed/logged. Each

Re: cathing uncaught exceptions

2008-08-19 Thread Rafe
On Aug 18, 10:02 pm, Alexandru Mosoi <[EMAIL PROTECTED]> wrote: > how can I catch (globally) exception that were not caught in a try/ > catch block in any running thread? i had this weird case that an > exception was raised in one thread, but nothing was displayed/logged. Any chance you might hav

Re: cathing uncaught exceptions

2008-08-19 Thread Alexandru Mosoi
On Aug 18, 6:02 pm, Alexandru Mosoi <[EMAIL PROTECTED]> wrote: > how can I catch (globally) exception that were not caught in a try/ > catch block in any running thread? i had this weird case that an > exception was raised in one thread, but nothing was displayed/logged. I found that normally sys

Re: cathing uncaught exceptions

2008-08-18 Thread Alexandru Mosoi
On Aug 18, 6:18 pm, Paul McGuire <[EMAIL PROTECTED]> wrote: > On Aug 18, 10:02 am, Alexandru  Mosoi <[EMAIL PROTECTED]> wrote: > > > how can I catch (globally) exception that were not caught in a try/ > > catch block in any running thread? i had this weird case that an > > exception was raised in o

Re: cathing uncaught exceptions

2008-08-18 Thread Paul McGuire
On Aug 18, 10:02 am, Alexandru Mosoi <[EMAIL PROTECTED]> wrote: > how can I catch (globally) exception that were not caught in a try/ > catch block in any running thread? i had this weird case that an > exception was raised in one thread, but nothing was displayed/logged. I suspect that your weir

cathing uncaught exceptions

2008-08-18 Thread Alexandru Mosoi
how can I catch (globally) exception that were not caught in a try/ catch block in any running thread? i had this weird case that an exception was raised in one thread, but nothing was displayed/logged. -- http://mail.python.org/mailman/listinfo/python-list