gpt4 book ai didi

python - Centos 上带有 sqlite3 模块的 python 2.7.3 的问题

转载 作者:行者123 更新时间:2023-11-28 19:31:02 26 4
gpt4 key购买 nike

我想在我的 centos 服务器上使用 sqlite3,但它总是报告相同的错误(已安装模块)...

Python 2.7.3 (default, Jun 29 2012, 19:03:18) 
[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "sqlite3/__init__.py", line 24, in <module>
from dbapi2 import *
File "sqlite3/dbapi2.py", line 27, in <module>
from _sqlite3 import *
ImportError: No module named _sqlite3

在 ubuntu 等上工作正常....我在这里缺少什么的任何想法?


我再次重新编译 2.7.3,它很好地捕获了 sqlite3 库。

最佳答案

如果你在 RHEL/centos 6 下,你可以试试这个:

cp /usr/lib64/python2.6/lib-dynload/_sqlite3.so /usr/local/lib/python2.7/sqlite3/

关于python - Centos 上带有 sqlite3 模块的 python 2.7.3 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11394013/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com