Opened 17 years ago

Closed 17 years ago

#3677 closed (invalid)

Installation tries to download setuptools but gets 404

Reported by: jone@… Owned by: Jacob
Component: Uncategorized Version: dev
Severity: Keywords: 404, setuptools
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When trying to install django by using python setup.py install, the automatic downloader fails with a 404 error, because the URL it tries to download doesn't exist anymore.

The URL is http://cheeseshop.python.org/packages/2.3/s/setuptools/setuptools-0.6a10-py2.3.egg

System:
Debian Stable 3.1
Python v2.3

Change History (2)

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: invalid
Status: newclosed

As of [3906] we are using the standard Python distutils for setup.py, rather than setuptools. It was partly to combat problems as reported here. So this is no longer an issue.

Note: See TracTickets for help on using tickets.
Back to Top