Jason schrieb:
> Forrtl indicates that your script is running a Fortran library or
> program. Remember that Python exceptions only apply during Python.
> If a Fortran DLL performs a divide-by-zero error, or accesses invalid
> memory, it will kill the interpreter instead of throwing a Python
> exce
Alexander Eisenhuth wrote:
> Hello,
>
> Ctrl+C is not passed to the interpreter (i guess it) while I'm executing a
> script. Instead i get:
> forrtl: error (200): program aborting due to control-C event
>
I don't know what forrtl is, but I think it is hijacking your SIGINT signal
handler. Pytho
On May 30, 9:33 am, Alexander Eisenhuth <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> Ctrl+C is not passed to the interpreter (i guess it) while I'm executing a
> script. Instead i get:
> forrtl: error (200): program aborting due to control-C event
>
> If I start python in interactive mode Ctrl+C is pass
Hello,
Ctrl+C is not passed to the interpreter (i guess it) while I'm executing a
script. Instead i get:
forrtl: error (200): program aborting due to control-C event
If I start python in interactive mode Ctrl+C is passed:
bash-3.2$ python
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.131