For what it's worth I'm seeing this error at the moment with the latest
svn versions. I can trigger it reliably by selecting some links in a
particular order. Here is the error ...


500 Internal error

The server encountered an unexpected condition which prevented it from
fulfilling the request.

Page handler: <bound method Root.index of <vrq.controllers.Root object
at 0xb796eb8c>>
Traceback (most recent call last):
  File
"/store/projects/z03/drw900/src/turbogears_SVN/thirdparty/cherrypy/cherrypy/_cphttptools.py",
line 99, in _run
    self.main()
  File
"/store/projects/z03/drw900/src/turbogears_SVN/thirdparty/cherrypy/cherrypy/_cphttptools.py",
line 247, in main
    body = page_handler(*virtual_path, **self.params)
  File "<string>", line 3, in index
  File
"/store/projects/z03/drw900/src/turbogears_SVN/turbogears/controllers.py",
line 189, in expose
    func, tg_format, html, fragment, *args, **kw)
  File
"/store/projects/z03/drw900/src/turbogears_SVN/turbogears/database.py",
line 193, in run_with_transaction
    retval = func(*args, **kw)
  File
"/store/projects/z03/drw900/src/turbogears_SVN/turbogears/controllers.py",
line 206, in _execute_func
    return _process_output(tg_format, output, html, fragment)
  File
"/store/projects/z03/drw900/src/turbogears_SVN/turbogears/controllers.py",
line 69, in _process_output
    fragment=fragment)
  File
"/store/projects/z03/drw900/src/turbogears_SVN/turbogears/view.py",
line 60, in render
    return engine.render(info, format, fragment, template)
  File
"/home/900/drw900/python24/lib/python2.4/site-packages/TurboKid-0.9.0-py2.4.egg/turbokid/kidsupport.py",
line 136, in render
    return t.serialize(encoding=self.defaultencoding, output=format,
fragment=fragment)
  File
"/store/projects/z03/drw900/src/turbogears_SVN/thirdparty/kid/kid/__init__.py",
line 236, in serialize
    return serializer.serialize(self, encoding, fragment)
  File
"/store/projects/z03/drw900/src/turbogears_SVN/thirdparty/kid/kid/serialization.py",
line 51, in serialize
    text = list(self.generate(stream, encoding, fragment))
  File
"/store/projects/z03/drw900/src/turbogears_SVN/thirdparty/kid/kid/serialization.py",
line 324, in generate
    stream = iter(stream)
  File
"/store/projects/z03/drw900/src/turbogears_SVN/thirdparty/kid/kid/__init__.py",
line 261, in __iter__
    return iter(self.transform())
  File
"/store/projects/z03/drw900/src/turbogears_SVN/thirdparty/kid/kid/__init__.py",
line 316, in transform
    stream = self.pull()
  File
"/store/projects/z03/drw900/src/turbogears_SVN/thirdparty/kid/kid/__init__.py",
line 275, in pull
    self.initialize()
  File "/store/projects/z03/drw900/vrq/vrq/templates/renders.py", line
20, in initialize
  File "/store/projects/z03/drw900/vrq/vrq/templates/master.py", line
20, in initialize
TypeError: 'NoneType' object is not callable

-Drew

Reply via email to