"Claudio Grondi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I also erroneously assumed, that the first problem was detected during > parsing ... so, by the way: how can I distinguish an error raised while > parsing the code and an error raised when actually running the code?
Parsing detects and reports syntax errors and maybe something else if you use non-ascii chars without matching coding cookie. Other errors are runtime. tjr -- http://mail.python.org/mailman/listinfo/python-list