Re!
An exemple. With this script:
a=123
b=456
d=a+b+c
(note than 'c' is not defined).When I run, inside Pyscripter, the error-dialog is showed, and, one second after, PyScripter is closed. This problem is present since Python 2.5.2. I search, for know if it's a problem only on my computer, or a more general problem. Thanks by advance for your(s) answer(s). @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list
