Is there a way to continue after an exception ?

ssteinerX@gmail.com ssteinerx at gmail.com
Sat Feb 20 21:43:24 EST 2010


On Feb 20, 2010, at 9:17 PM, Lie Ryan wrote:

> On 02/21/10 12:02, Stef Mientki wrote:
>> On 21-02-2010 01:21, Lie Ryan wrote:
>>>> On Sun, Feb 21, 2010 at 12:52 AM, Stef Mientki
> <stef.mientki at gmail.com> wrote:
>>>> 
>>>>> hello,
>>>>> 
>>>>> I would like my program to continue on the next line after an uncaught
>>>>> exception,
>>>>> is that possible ?
>>>>> 
>>>>> thanks
>>>>> Stef Mientki
>>>>> 
>>>>> 
>>> That reminds me of VB's "On Error Resume Next"
>>> 
>> I think that's what I'm after ...
> 
> First, read this:
> http://www.developerfusion.com/code/4325/on-error-resume-next-considered-harmful/

The link goes to an "Oh dear. Gremlins at work!" page.  

They're probably using On Error Resume Next in their VBScript code and this is the "last resort" page ;-).

S




More information about the Python-list mailing list