Capturing Python run-time exceptions ...

Richard Sharpe realrichardsharpe at gmail.com
Sun Mar 25 22:07:38 MDT 2012


Hi Folks,

I need to get the following errors:

       RuntimeError: (-1073741790, 'Access denied')

It looks like I can do something like:

    try:
        some statements
    except RuntimeError:
        other statements

It seems like there is a set there with two entries. How do I get
access to those values.

-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)


More information about the samba-technical mailing list