Is there any way to install Setuptools for Python 2.6 in Windows without having an exe installer?
There isn\'t one built at the moment, and the maintainer of Setupt
I got it working quickly by downloading the source and then running (from the extracted directory):
python.exe setup.py bdist_wininst
That builds dist\setuptools-0.6c9.win32.exe, which is exactly the installer you're looking for.
dist\setuptools-0.6c9.win32.exe