Running a command prompt as an administrator, which I am trying to run:
easy_install -U setuptools
It returns the following:
Searching for setuptools Reading https://pypi.python.org/simple/setuptools/ Reading http://peak.telecommunity.com/snapshots/ Reading https://pypi.python.org/pypi/setuptools Best match: setuptools 0.8 Processing setuptools-0.8-py2.7.egg setuptools 0.8 is already the active version in easy-install.pth Installing easy_install-script.py script to C:\Python27\Scripts Installing easy_install.exe script to C:\Python27\Scripts error: C:\Python27\Scripts\easy_install.exe: Permission denied
I spent the last few hours trying to find the Internet for possible solutions. I tried messing around with the UAC settings and set them to Never Notify. However, I still get this permission rejecting the error.
windows easy-install windows-8 setuptools command-prompt
CKav Jul 11 '13 at 18:43 2013-07-11 18:43
source share