You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using AxmlParserPY encounters: exceptions must be old-style classes or derived from BaseException, not str
I tested on python2.7 or python3.5.
I think the error is caused by this statement: raise("ooo")?
Using AxmlParserPY encounters:
exceptions must be old-style classes or derived from BaseException, not strI tested on python2.7 or python3.5.
I think the error is caused by this statement:
raise("ooo")?