I am sure that I am doing something very stupid here. (this is windows XP with python 2.4.1)
I wanted to try out some .9 goodies, so I thought I would work with the SVN version 1) deleted current turbogears from python 2) checkout turbogears from SVN 3) cd turbogears directory 4) run python ez_setup.py -U setuptools 5) install RuleDispatch easy_install -f http://peak.telecommunity.com/snapshots/ RuleDispatch 6) python setup.py install This runs ok for awhile and then I get: Installed c:\python24\lib\site-packages\turbogears-0.9a0dev_r202-py2.4.egg Processing dependencies for TurboGears==0.9a0dev-r202 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.3-20050812 Downloading http://effbot.org/downloads/index.cgi/cElementTree-1.0.3-20050812.wi n32-py2.4.exe?index error: Unexpected HTML page found at http://effbot.org/downloads/index.cgi/cElem entTree-1.0.3-20050812.win32-py2.4.exe?index D:\pythonpkgs\turbogears_svn\turbogears> any suggestions?? Thanks Mike

