I have to point out that my line
   except CustomException.CustomException:
was earlier just
   except CustomException:

The first version was an attempt during testing, and was accidentally
pasted into the message.

I've also tried
    except CustomException as e:
and
    except CustomException, (m,s):

I just can't catch the durned thing.

Ed

Reply via email to