[Distutils] Easy installer on Windows Python 2.6
Phillip J. Eby
pje at telecommunity.com
Sun Jan 4 18:35:02 CET 2009
At 10:16 AM 1/4/2009 -0600, Paul Vincent Craven wrote:
>There is no link here for a Windows installer for Python 2.6:
>http://pypi.python.org/pypi/setuptools
>Only 2.3, 2.4, and 2.5.
>
>How does a person install 'easy_install' for Python 2.6 on windows?
You might see if the 2.5 installer works. If not, you can use the
source and run a bdist_wininst to make a 2.6 installer.
More information about the Distutils-SIG
mailing list