问题标签 [gdbm]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
71 浏览

python - 带有 python3.9 的 gdbm 无法打开由带有 python 3.6 的 gdbm 创建的文件

我从 python 3.6 升级到 python 3.9,现在现有的 gdbm 文件没有被读取。出现以下错误,有什么办法可以解决这个问题吗?

平台:CentOS Linux release 7.9.2009 (Core)

蟒蛇:3.9.9

使用 Python 3.6 版本,我首先使用如下方式创建了文件:

我尝试使用 Python 3.9 阅读时出现的错误: