bpdusk / jsonschema

Automatically exported from code.google.com/p/jsonschema
0 stars 0 forks source link

setup.py tries to download a file that doesn't exist #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. Have Python 2.6 installed.
1. Download jsonschema-0.2a.tar.gz and unzip it.
2. Run "python setup.py install"

What is the expected output? What do you see instead?
urllib2.HTTPError: HTTP Error 404: Not Found
It looks like the url it's trying to download is 
http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c8-py2.6.egg

What version of the product are you using? On what operating system?
0.2a (I think this is the most current version?)
Ubuntu 10.10
Python 2.6.6

Please provide any additional information below.
Checking the link that the script outputs, it looks like there's only 0.6c9, 
0.6c10 or 0.6c11 for Python 2.6. I'm guessing you can fix this by requiring a 
newer version but when I tried just changing the default version in 
ez_setup.py, it installed but I couldn't run the tests. Anyway, it's not super 
important for me because I don't really need the library installed, but I 
figured it was probably worth bringing up.

Original issue reported on code.google.com by swils...@gmail.com on 19 Sep 2011 at 5:19