Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据 Python 2.6.5 文档 [1],bsddb 模块已被弃用,在 Python 3.0 中已被删除。
我应该改用什么模块/包装器?
[1] http://docs.python.org/library/bsddb.html
我推荐pyBSDdb(Python 标准库中当前的版本是从中获取的——但独立项目得到了更积极的维护,而且远未弃用;-)。