"Ximo" <[EMAIL PROTECTED]> writes:
> And my question is how can show the execution error whitout exit of the 
> program, showing it in the error output as...
> >>6/0
> >>"Error: Division per 0"

Trap the ArithmeticError exception and go by the name of the exception
class.  See the language ref manual about how exceptions work.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to