Hello!

If you write

except ErrorCodeIOException, e:
    print str(e)

e can't be an empty string, because e must be an instance of ErrorCodeIOException or a derived class, otherwise the except cannot succeed. Please check this again.


I tried this:
"print 'errcode = ', str(e)"
and believe me or not, I got this:
"errcode =  "

When I tried to load "e" into my debugger to watch it, my entire python died.
However, I could
"print e.ErrCode"
and got "2074" as the answer. Is there some place, where I can look up what this means?

Thanks again!
Daniela


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to