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'm able to find the EXE doing google,
you can simply download it from following URL, and double click and install....
http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11.win32-py2.6.exe#md5=1509752c3c2e64b5d0f9589aafe053dc
First Option - Online Installation (i.e. remaining connected to the Internet during the entire installation process):
Second Option:
Third Option (assuming that you have Visual Studio 2005 or MinGW on your machine)
Please provide feedback.
setuptools
has been updated in version 0.6c11.
The "first option" (4 steps: download, extract, run, verify PATH) didn't work on my Windows Server 2008 x64 machine with Python 2.6 32 bit installed, nor did it work on my Vista x64 machine with Python 2.6 32 bit installed.
The "second option (5 steps: download, extract, extract, run, verify PATH) worked on both Windows Server 2008 x64 and on Windows Vista x64.
Thanks a bunch for providing the instructions!
Just installed setuptools as follows:
That will install from the source into your python's site-packages folder and any other steps needed. This was on Windows XP SP2.
My advice is to wait until Python 2.6.2 to use Python 2.6 on Windows. There are still some bugs that make it less than ideal (this one is particularly nasty). Personally, I wasn't able to get setuptools working totally well on Vista x64 even after installing from source. Under Python 2.5.4, I haven't had any problems though.