Hello, I don't know if this is the right place to report this, so please direct me elsewhere if necessary.
I have noticed that the download link for the Python Imaging Libraries 1.1.6 is broken. It does not point to the package, but rather a website where the package is located. This breaks it's installation with easy_install and pip. Thanks, James Utter $ easy_install PIL Searching for PIL Reading http://pypi.python.org/simple/PIL/ Reading http://www.pythonware.com/products/pil Reading http://effbot.org/zone/pil-changes-115.htm Reading http://effbot.org/downloads/#Imaging No local packages or download links found for PIL $ easy_install Imaging Searching for Imaging Reading http://pypi.python.org/simple/Imaging/ Couldn't find index page for 'Imaging' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ No local packages or download links found for Imaging error: Could not find suitable distribution for Requirement.parse('Imaging') $ pip install -E venv PIL==1.1.6 Downloading/unpacking PIL==1.1.6 Could not fetch URL http://pypi.python.org/simple/PIL/1.1.6: HTTP Error 404: Not Found Will skip URL http://pypi.python.org/simple/PIL/1.1.6 when looking for download links for PIL==1.1.6 Could not find a version that satisfies the requirement PIL==1.1.6 (from versions: wmf-1.0b2-20040224) No distributions matching the version for PIL==1.1.6 Storing complete log in ./pip-log.txt _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
