虚拟环境中的 Pydev 和 Pylons,自动完成功能不起作用

发布于 2024-07-13 23:06:46 字数 188 浏览 7 评论 0原文

我已经安装了 Pydev,并且在 Python 2.6 上运行没有问题。 我将 Pylons 0.9.7 RC 4 安装到虚拟环境中,然后配置新的解释器以插入虚拟环境,这个用于 pylons 项目。 我的问题是,代码自动完成不适用于基础库中的类(与基础 python 安装一起安装的类),并且它对于虚拟环境中的类没有任何问题。

TIA

I have Pydev installed and running without problem with Python 2.6. I installed Pylons 0.9.7 RC 4 into virtual environment, then configured new interpreter to pint into virtual environment and this one is used for pylons project. My problem is that code auto completion does not work for a classes from base library (one that are installed with base python installation), and it works without any problem with classes from virtual environment.

TIA

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

肩上的翅膀 2024-07-20 23:06:46

也许这个这个会有所帮助

顺便说一句:我猜测这是正确的行为,这个解释器仅使用与 virtualenv 一起安装的软件包(这就是 virtualenv 的全部意图和目的不是吗?)

perhaps this or this would help

BTW: I guess that this is the correct behavior, this interpreter uses only the packages that are installed withing the virtualenv (this is the whole intent and purpose of the virtualenv isn't it?)

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