Pydev and Pylons inside virtual environment, auto completion won’t work

强颜欢笑 提交于 2019-12-10 17:55:44

问题


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


回答1:


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?)



来源:https://stackoverflow.com/questions/540538/pydev-and-pylons-inside-virtual-environment-auto-completion-won-t-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!