On Aug 22, 2007, at 11:14 AM, johnf wrote:

> execute
>     if isinstance(e, errorClass):
> TypeError: isinstance() arg 2 must be a class, type, or tuple of  
> classes and
> types

        Already have a fix; I'm waiting to finish testing some other stuff.  
In the meantime, just change line 285 of dCursorMixin.py to read:

                        if errorClass is not None and isinstance(e, errorClass):

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to