How to: Setuptools

Mark Lawrence breamoreboy at yahoo.co.uk
Tue May 28 09:40:05 EDT 2013


On 28/05/2013 14:05, ray wrote:
>
> The installation fails.  The report stated it could not find the file.
> Per:
> Looking down into the content of ez_setup.py, I find:
> 'setuptools-0.6c10-py2.6.egg':
> but there is no entry
> 'setuptools-0.6c10-py2.7.egg':
>
> Since I am trying to install this for Python 2.7, it fails.
>
> Any suggestions?
>
> Ray
>

Try reading this 
http://stackoverflow.com/questions/3652625/installing-setuptools-on-64-bit-windows 
which refers to this http://www.lfd.uci.edu/~gohlke/pythonlibs/ where 
you can get pip which is an easy_install replacement.  You pays your 
money, you takes your choice :)

-- 
If you're using GoogleCrap™ please read this 
http://wiki.python.org/moin/GoogleGroupsPython.

Mark Lawrence




More information about the Python-list mailing list