Also, running a python setup.py develop in plugins/kid brings up the
sitetemplate not found error:
Traceback (most recent call last):
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cphttptools.py",
line 99, in _run
self.main()
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/CherryPy-2.2.0beta-py2.4.egg/cherrypy/_cphttptools.py",
line 247, in main
body = page_handler(*virtual_path, **self.params)
File "<string>", line 3, in index
File
"/home/.castor/mikez0r/download/trunk/turbogears/controllers.py", line
218, in expose
func, tg_format, html, fragment, *args, **kw)
File "/home/.castor/mikez0r/download/trunk/turbogears/database.py",
line 193, in run_with_transaction
retval = func(*args, **kw)
File
"/home/.castor/mikez0r/download/trunk/turbogears/controllers.py", line
253, in _execute_func
return _process_output(tg_format, output, html, fragment)
File
"/home/.castor/mikez0r/download/trunk/turbogears/controllers.py", line
66, in _process_output
fragment=fragment)
File "/home/.castor/mikez0r/download/trunk/turbogears/view.py", line
60, in render
return engine.render(info, format, fragment, template)
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboKid-0.9.0-py2.4.egg/turbokid/kidsupport.py",
line 88, in render
tclass = self.load_template(template)
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboKid-0.9.0-py2.4.egg/turbokid/kidsupport.py",
line 42, in load_template
self.load_template(self.stname, True)
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboKid-0.9.0-py2.4.egg/turbokid/kidsupport.py",
line 56, in load_template
mod = kid.load_template(classname)
File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/kid-0.8-py2.4.egg/kid/__init__.py",
line 108, in load_template
raise Exception, "Template not found: %s (in %s)" % (
Exception: Template not found:
turbogears.fastdata.templates.sitetemplate (in
/home/.castor/mikez0r/elementarycatastrophe.com, /)
I noticed that the kid version there is 0.8, so I ran python setup.py
develop in thirdparty/kid
That gives the same error, with the kid version changing to 0.9.