On Tue, Aug 16, 2011 at 2:15 AM, smith jack <thinke...@gmail.com> wrote:
> I have created a python environment using virtualenv, but when i want
> to import such environment to PyDev, error just appears,
> it tells there should be a Libs dir, but there is no Libs DIr in the
> virtual envronment created using virtualenv, what should i do if
> i want to use this virtual environment?


You have to use the Lib dir from the base python (the one you used to
create your virtualenv) -- it needs that to have access to the base
python library (i.e.: threading.py, etc).

Cheers,

Fabio
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to