Re: [Numpy-discussion] Interrupting long running calculations ....

2008-08-18 Thread Fernando Perez
On Mon, Aug 18, 2008 at 12:09 AM, Sebastian Haase <[EMAIL PROTECTED]> wrote: > Another question, and not quite numpy specific, is how to generate > this exception from another thread -- effectively "injecting" it into > the calling stack !? I ask this, because I'm using wxPython, which > makes th

[Numpy-discussion] Interrupting long running calculations ....

2008-08-18 Thread Sebastian Haase
Hi, Could someone remind me of the current state of numpy with regards to honoring KeyboardInterrupts !? I think KeyboardInterrupt is the exception that would have to be used to do this kind of thing - right !? E.g. by pressing Ctrl-C Another question, and not quite numpy specific, is how to g