Pydev and Pylons inside a virtual environment, automatic completion will not work

I have Pydev installed and working without problems with Python 2.6. I installed Pylons 0.9.7 RC 4 in a virtual environment and then set up a new pint interpreter in a virtual environment, and this one is used for the pylon project. My problem is that automatic code completion does not work for classes from the base library (one of which is installed with the base python installation), and it works without any problems with classes from the virtual environment.

TIA

+3
source share
1 answer

maybe this or this will help

BTW: , , , virtualenv ( virtualenv ?)

+4

Source: https://habr.com/ru/post/1703081/


All Articles