error handling

gael.pegliasco at free.fr gael.pegliasco at free.fr
Tue May 11 05:50:40 EDT 2004


Frank Bechstein a écrit :


> I hope somebody could tell me how i can make a python script handling 
> errors i want that if a error is arise that the script starts all over 
> from then beginning and not that is is printing the error.
> 
> thank u for helping me!

I think exception can help you in this task, you can find documentation 
and examples in the tutorial at this url : 
http://www.python.org/doc/2.3.3/tut/node10.html

Gaël,



More information about the Python-list mailing list