I'm trying to install turbogears from svn for the first time on Ubuntu amd64.
When I get to: python setup.py develop I end up with: running develop running egg_info writing requirements to ./TurboGears.egg-info/requires.txt writing ./TurboGears.egg-info/PKG-INFO writing top-level names to ./TurboGears.egg-info/top_level.txt writing entry points to ./TurboGears.egg-info/entry_points.txt running build_ext Creating /usr/lib/python2.4/site-packages/TurboGears.egg-link (link to .) TurboGears 0.9a0dev-r242 is already the active version in easy-install.pth Installing tg-admin script to /usr/bin Installed /home/steve/turbogears Processing dependencies for TurboGears==0.9a0dev-r242 Searching for CherryPy>=2.1.0,!=2.1.0-beta,!=2.1.0-rc1,!=2.1.0-rc2 Reading http://www.python.org/pypi/CherryPy/ Reading http://www.cherrypy.org Reading http://sourceforge.net/project/showfiles.php?group_id=56099 Best match: CherryPy 2.1.0 Downloading http://prdownloads.sourceforge.net/cherrypy/CherryPy-2.1.0.tar.gz?download error: Unexpected HTML page found at http://prdownloads.sourceforge.net/cherrypy/CherryPy-2.1.0.tar.gz?download Any ideas? -Steve Bergman

