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.
我在 Windows 7 上使用 Beaker 时遇到问题。我使用的是 python 3,我知道 Windows 下 python 3 的 dbm 模块存在问题。当我尝试启动我的模块时,我得到的错误是:
ImportError: No module named _dbm
使用 python 控制台,当我尝试ndbm从 dbm 模块导入时出现错误,关于如何解决这个问题的任何建议?
ndbm
我使用 python 3.2.2 (AMD 64) 和 windows 7
dbm.ndbm 的文档说它仅在 Unix 上可用。在 Windows 上,您可以选择dbm.dumb第三方pybsddb。
dbm.dumb