I am not a python user, I'm just trying to get couchdb-dump up and running and it's in an "egg" file which I guess needs easy_install. I have Python 2.6.2 running on my computer but it seems to know nothing about easy_install or setuptools... help! What can I do to fix this???
edit: you may note from the setuptools page that there are Windows .exe installers for 2.3, 2.4, and 2.5, but not 2.6. What the heck?!?!
argh, this is a duplicate question, sorry.
p.s. this solution is the one that seemed simplest and it worked for me.
http://pypi.python.org/pypi/setuptools
... has been updated and has windows installers for Python 2.6 and 2.7
(note: if you need 64-bit windows installer: http://www.lfd.uci.edu/~gohlke/pythonlibs/)