Hi all,

Here's the error, if it tells you anything.  I have gone into the
plugins/kid directory and run python setup.py develop and python
setup.py install.  Neither changed it.  I had it working with 645
earlier today, but now even a complete reinstall of python and
everything else always repeats this error.  I had been trying to get
rid of the "nonetype not callable" error, which is still a huge issue
for me.

Did the fix in turbokid 0.8 get lost in 0.9a?

-Mike

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/lib/lib/python2.4/site-packages/TurboGears-0.9a0dev_r645-py2.4.egg/turbogears/controllers.py",
line 218, in expose
    func, tg_format, html, fragment, *args, **kw)
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboGears-0.9a0dev_r645-py2.4.egg/turbogears/database.py",
line 193, in run_with_transaction
    retval = func(*args, **kw)
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboGears-0.9a0dev_r645-py2.4.egg/turbogears/controllers.py",
line 253, in _execute_func
    return _process_output(tg_format, output, html, fragment)
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboGears-0.9a0dev_r645-py2.4.egg/turbogears/controllers.py",
line 66, in _process_output
    fragment=fragment)
  File
"/home/.castor/mikez0r/lib/lib/python2.4/site-packages/TurboGears-0.9a0dev_r645-py2.4.egg/turbogears/view.py",
line 60, in render
    return engine.render(info, format, fragment, template)
  File
"/home/.castor/mikez0r/download/trunk/plugins/kid/turbokid/kidsupport.py",
line 88, in render
    tclass = self.load_template(template)
  File
"/home/.castor/mikez0r/download/trunk/plugins/kid/turbokid/kidsupport.py",
line 42, in load_template
    self.load_template(self.stname, True)
  File
"/home/.castor/mikez0r/download/trunk/plugins/kid/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.9a0-py2.4.egg/kid/__init__.py",
line 112, 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, /)

Reply via email to