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
source
share