Projects with " " or "-" in the name have a couple issues with the development version of setuptools (which is what ez_setup.py has been pointing to since Tuesday). There's also an issue with the way quickstart creates the .egg-info directory for new projects. If you've installed this version of setuptools, it's easy to move back:
1) Download the 0.6a8 version of ez_setup.py: http://www.turbogears.org/download/ez_setup.py 2) then run: python ez_setup.py setuptools==0.6a8 if you're on a Mac or Linux system, you'll likely want to do something like: sudo python ez_setup.py --script-dir=/usr/local/bin setuptools=0.6a8 Phillip has already clarified things for the original problem, but there is still a remaining problem with "tg-admin sql" commands. Once all this is straightened out, we can move back to the latest setuptools. Sorry for any inconvenience. (Curiously, the first report of trouble just came a short time ago...) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

