error handling

Daniel 'Dang' Griffith noemail at noemail4u.com
Tue May 11 07:57:50 EDT 2004


On Tue, 11 May 2004 02:01:51 +0200, Frank Bechstein
<FrankBechstein at t-online.de> wrote:

>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!
In addition to reading about exceptions, it might be good to have the
program do something different.  Start from a different beginning, so
the error does not happen repeatedly.  :)
    --dang



More information about the Python-list mailing list