为什么我可以在 shell 中导入 python 库,但不能在 PyDev 中导入?
我正在尝试使用 mdb 库。我用 apt-get (python-mdb) 安装了它,并且可以在 shell 中很好地使用它。但我无法让我的代码在 PyDev 中运行。在这两种情况下我都使用 python2.6。
I'm trying to use the mdb library. I installed it with apt-get (python-mdb), and I can use it fine in the shell. But I can't get my code to run with it inside PyDev. In both cases I'm using python2.6.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在 Pydev Python 解释器的 PYTHONPATH 中指定 mdb 库。
转到 Windows ->偏好->派德夫 ->解释器 - Python
在库选项卡下,添加您的 mdb 库路径。
You have to specify mdb library in your Pydev Python Interpreters's PYTHONPATH.
Go to Windows -> Preference -> Pydev -> Interpreters - Python
Under the library tab, add your mdb library path.