Anyone else has seen "forrtl: error (200) ..."

Alexander Eisenhuth newsuser at stacom-software.de
Wed May 30 11:33:28 EDT 2007


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.1310 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
 >>> raw_input()
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
KeyboardInterrupt
 >>>

Any idea ?

Thanks
Alexander



More information about the Python-list mailing list