I get a 404 when trying to install via ez_setup: python ez_setup.py Downloading http://www.python.org/packages/source/s/setuptools/setuptools-0.6a1-py2.4.egg
urllib2.HTTPError: HTTP Error 404: Not Found The actual URL appears to be: http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a1-py2.4.egg Kevin On 9/14/05, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > and is available from PyPI. The latest bootstrap script is at: > > http://peak.telecommunity.com/dist/ez_setup.py > > And updated HTML documentation is available at: > > http://peak.telecommunity.com/DevCenter/setuptools (developers/deployers) > http://peak.telecommunity.com/DevCenter/EasyInstall (administrators/users) > http://peak.telecommunity.com/DevCenter/PkgResources (runtime reference) > > There are way too many new features to list coherently, but some highlights > include better support for non-root installs, RPM support, performance > enhancements, a new "entry point" system for linking plugins to extensible > apps and frameworks, a lot more documentation, and more than a few bug fixes. > > Please send questions, comments, and bug reports to [EMAIL PROTECTED] > > _______________________________________________ > Distutils-SIG maillist - [email protected] > http://mail.python.org/mailman/listinfo/distutils-sig > _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
