Solution for: #84: setuptools 0.6c11 fails to install on Windows 7 64-bit
Python setuptools installer alternative
- yliu on October 31, 2010, 09:29 PM UTC
I've also found success using ez_setup.py. Running it with the Python interpreter at the command-line appears to install easy_install / setuptools. I have not tested this extensively, but it does pass the "works-for-me" test on my new Win7 dev box.
References used:
ez_setup.py
( http://peak.telecommunity.com/dist/ez_setup.py ) - found by yliu on October 31, 2010, 09:27 PM UTC
Comments
I am a newbe trying to set up Python33 with Selenium Webdriver. But seem to need pip and setuptools and haven't worked out how to install any of them.
— Brian3931 on June 21, 2013, 04:36 PM UTCPlease can you help?