After installing Python 2.7 on Windows XP, then manually setting the %PATH% to python.exe (why won\'t the python installer do this?), then installi
%PATH%
python.exe
If you are using Anaconda's Python distribution,
you can install it through pip
pip install setuptools
and then execute it as a module
python -m easy_install