[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.)

