[issue13007] gdbm 1.9 has new magic that whichdb does not recognize

Niklas Br report at bugs.python.org
Sat Mar 31 11:47:36 CEST 2012


Niklas Br <n.brunberg at gmail.com> added the comment:

David, print(magic) returns 

    Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback)
AttributeError: 'module' object has no attribute 'open'


Ned, I tried the dmg first, but then I downloaded the source and built it locally, does this mean that the source does not contain it either?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13007>
_______________________________________


More information about the Python-bugs-list mailing list