Opened 18 years ago
Closed 18 years ago
#3677 closed (invalid)
Installation tries to download setuptools but gets 404
Reported by: | 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 , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.