作者:航19830_811 | 来源:互联网 | 2023-06-30 19:42
Ivewrittenaweb-appinpythonusingSQLiteanditrunsfineonmyserverathome(withapacheand
I've written a web-app in python using SQLite and it runs fine on my server at home (with apache and python 2.5.2). I'm now trying to upload it to my web host and there servers use python 2.2.3 without SQLite.
Anyone know of a way to use SQLite in python 2.2.3 e.g. a module that I can upload and import? I've tried butchering the module from newer versions of python, but they don't seem to be compatible.
Thanks,
Mike
我使用SQLite在python中编写了一个web应用程序,它在家里的服务器上运行正常(使用apache和python 2.5.2)。我现在正在尝试将其上传到我的网络主机,并且服务器使用不带SQLite的python 2.2.3。任何人都知道在python 2.2.3中使用SQLite的方法,例如我可以上传和导入的模块吗?我试过从较新版本的python中屠杀模块,但它们似乎不兼容。谢谢,迈克
4 个解决方案