Same problem, r.584. I've tracked it down to line 119 of pkg_resources.py in setuptools: __import__(moduleOrReq) It happens when moduleOrReq is 'turbogears.fastdata.templates'
When I import it in advance, and put on the first line of config.py "import turbogears.fastdata.templates", the error is gone. Python 2.4.1 (#1, Jul 8 2005, 16:56:16) [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin -- Ksenia

