导入错误:Zope 中没有名为 MySQLdb 的模块
我可以从交互式 python 命令行导入 MySQLdb,但是当我在 Zope 中的脚本 (python) 中尝试导入时,Zope 给出了导入错误。 Zope 是否会由于某种原因没有在与命令行相同的位置查找?
I can import MySQLdb from the interactive python command line but Zope gives me an import error when I try it from within a script (python) in Zope. Could Zope be not looking in the same places as the command line for some reason?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是因为你有 2 个版本的 python,你可以检查 sys.executable
你可以通过
It could be because of you have 2 versions of python, you could check with sys.executable
You could solve that by