2009/6/29 Ray, Scott (SL) <[email protected]>: > I recently installed Python 2.6.2 on MS Windows and would like to get Easy > Install/setuptools working. The associated download page > (http://pypi.python.org/pypi/setuptools) provides MS Windows .EXE installers > for Python versions 2.3 - 2.5 only. Are there any prospects for a 2.6 > installer? Or is there another reasonably straightforward way to get Easy > Install/setuptools built and installed?
python setup.py bdist_wininst There's no C code, so this doesn't need anything beyond Python itself. Of course, it's annoyingly unfriendly that a built exe isn't provided, to save confusion for people struggling with the bootstrapping problem. But it's not actually an issue... Paul. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
