Pydev and Pylons inside virtual environment, auto completion won’t work.
137 views
Skip to first unread message
Andrija Frincic aka BobRock
unread,
Feb 13, 2009, 8:24:28 AM2/13/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-discuss
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
Tycon
unread,
Feb 16, 2009, 11:34:13 PM2/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-discuss
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.