Re: virtualenv under Win7: easy_install fails in virtual environments

2009-10-26 Thread Michel Claveau - MVP
Hi! Try to unactive UAC... @+ -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

virtualenv under Win7: easy_install fails in virtual environments

2009-10-25 Thread Guillermo
Hi, I've installed setuptools for my default python installation and it works perfectly without even asking for admin credentials to install packages. After that I've installed virtualenv. If I do: >>> virtualenv x ... a new virtual environment is created, but whenever I try to run easy_instal