[Python-Dev] bsddb3 imported

Barry A. Warsaw barry@python.org
Tue, 19 Nov 2002 13:12:39 -0500


>>>>> "MvL" == Martin v Loewis <martin@v.loewis.de> writes:

    MvL> Exception bsddb3._db.DBError: (0, 'DBCursor object has been
    MvL> closed') in <bound method DBShelfCursor.__del__ of
    MvL> <bsddb.dbshelve.DBShelfCursor instance at 0x4034f6ec>>
    MvL> ignored Exception exceptions.AttributeError: "bsdTableDB
    MvL> instance has no attribute 'db'" in <bound method
    MvL> bsdTableDB.__del__ of <bsddb.dbtables.bsdTableDB instance at
    MvL> 0x4035096c>> ignored

I think this one at least is fixed in pybsddb's cvs.  Can you update
to the latest cvs?

-Barry