0

What to do after doing all the steps to install easy_install python & the paths are available in the script what shall I do I'm really fed up because I have done all steps several time then open idle & write easy_install tell me invalid!

BenMorel
  • 34,448
  • 50
  • 182
  • 322
  • 1
    First, how about tell us what do you want to do ? – Tg. Apr 07 '11 at 13:07
  • 2
    Second, tell us exactly what you did and exactly what error you got. – S.Lott Apr 07 '11 at 13:12
  • 1
    hi tg i want to install easy_install to be able to import packetss like geopy – user696825 Apr 07 '11 at 13:41
  • hi s.lott see this link http://stackoverflow.com/questions/309412/how-to-setup-setuptools-for-python-2-6-on-windows w did option 2 – user696825 Apr 07 '11 at 13:43
  • 1
    @user696825: Please **update** your question to contain what you actually did. Also please don't use tweetspeak. This isn't twitter. Please use words. Most important: **update** the question with all the details. Don't add comments, please. – S.Lott Apr 07 '11 at 14:06

1 Answers1

1

i want to install easy_install to be able to import packages like geopy

Don't trouble yourself with installing setuptools. ActivePython already includes easy_install, pip, PyPM and virtualenv.

  1. Install ActivePython (why?)
  2. Open Command Prompt and type pypm install geopy
Community
  • 1
  • 1
Sridhar Ratnakumar
  • 81,433
  • 63
  • 146
  • 187