if you install the virtualenv with --no-site-packages then it won't use anytying from the local site "base" library, as everything you need will be in the virtual environment.
On Feb 13, 5:24 am, Andrija Frincic aka BobRock <[email protected]> wrote: > 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
