that is really weird, i am doing a clean install on this machine.

I got dev version of (setuptools now =0.6a9dev-r41761)

I got pass element tree and PasteScript but failed at json-py

Processing dependencies for TurboGears==0.9a0dev-r341
Searching for json-py>=3.2.1
Reading http://www.python.org/pypi/json-py/
Couldn't find index page for 'json-py' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://www.python.org/pypi/
No local packages or download links found for json-py>=3.2.1
error: Could not find distribution for
Requirement.parse('json-py>=3.2.1')

it is true the URL doesn't exist anymore, the new URL is
http://www.python.org/pypi/python-json I changed it in setup.py but it
still couldn't find it

Processing dependencies for TurboGears==0.9a0dev-r341
Searching for python-json>=3.2.1
Reading http://www.python.org/pypi/python-json/
Reading http://sourceforge.net/projects/json-py/
No local packages or download links found for python-json>=3.2.1
error: Could not find distribution for
Requirement.parse('python-json>=3.2.1')



Phillip J. Eby wrote:
> [EMAIL PROTECTED] wrote:
> > Downloading
> > http://effbot.org/downloads/index.cgi/cElementTree-1.0.5-20051216.zi
> > p?index
> > error: Unexpected HTML page found at
> > http://effbot.org/downloads/index.cgi/cElementTree-1.0.5-20051216.zip?index
> >
> > I follow the output and it should jump to that URL without the "?index"
> > although that is on the source and it's a valid html page as the output
> > says, and it has a link to the actual zip file.
> >
> > I think this may be a bug in setuptools parser, but i have no idea how
> > that works so I can't really tell.
>
> This is an old bug, fixed some time ago.  Upgrade setuptools using:
>
>    ez_setup.py setuptools==dev
>
> (and including --script-dir=/usr/local/bin before the setuptools==dev
> part if that's where your easy_install is.)

Reply via email to