Doing a "python setup.py install" on rev 0.9a0dev_r518-py2.4 gives me the following error on win XP:
Searching for CherryPy>2.1.1 Reading http://www.python.org/pypi/CherryPy/ Reading http://www.cherrypy.org No local packages or download links found for CherryPy>2.1.1 error: Could not find distribution for Requirement.parse('CherryPy>2.1.1') It won't even work if I install an eggless version of cherrypy from SVN!! By the way is the egg form absolutely required for turbogears to function?! [I've got the latest setuptools installed: 0.6a9-py2.4] Thanks. AK

