为什么我可以在 shell 中导入 python 库,但不能在 PyDev 中导入?

发布于 2024-09-19 06:27:41 字数 113 浏览 2 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何处潇湘 2024-09-26 06:27:41

您必须在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文