[docs] [issue23174] shelve.open fails with error "anydbm.error: db type could not be determined"

Karl Richter report at bugs.python.org
Tue Jan 6 01:12:21 CET 2015


Karl Richter added the comment:

EDIT 1: other examples, e.g.

    import os
    import shelve

    curdir = os.path.dirname(__file__)
    passwords = shelve.open(os.path.join(curdir, 'password_db'))

work, so there's need for usable error messages.

----------

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


More information about the docs mailing list