[EMAIL PROTECTED] wrote: > Hi, > > I am trying to install TG on a linux system (RH8.0) with Python2.4. > Please see the errors generated below and let me know if there is > anything amiss..... > > Installed > /usr/local/lib/python2.4/site-packages/FormEncode-0.4-py2.4.egg > Searching for cElementTree>=1.0.2 > Reading http://www.python.org/pypi/cElementTree/ > Reading http://www.effbot.org/zone/celementtree.htm > Reading http://effbot.org/downloads#celementtree > Best match: cElementTree 1.0.2-20050302 > Downloading > http://effbot.org/downloads/index.cgi/cElementTree-1.0.2-20050302.zip?index > error: Unexpected HTML page found at > http://effbot.org/downloads/index.cgi/cElementTree-1.0.2-20050302.zip?index > > ======================= > > It breaks at the effbot download point. Looks like a broken link or > something....
Run: ez_setup.py setuptools==dev to upgrade to the latest setuptools, then retry. This problem was fixed a few weeks ago. Also, be sure you are including the -f http://turbogears.org/download/ in your command line when you install TurboGears.

