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 编写的程序,它从 .db 文件中读取数据。我在使用 CGI 脚本的 Web 服务器上运行该程序时遇到问题,我最终将问题追溯到导入 Python SQLite3 库,该库甚至未被识别。我不应该程序在我的计算机上运行得很好,而不是在服务器上。
我只是想知道是否有另一种解决方案,而不是将整个 Python 内置模块库上传到我的服务器上。