I'm having the same problem too, same kid rev (246) but on line 19:

Here are the last lines of the traceback where control is handled to
the kid:

  File
"/usr/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 "/home/alberto/turbogears/thirdparty/kid/kid/__init__.py", line
232, in serialize
    return serializer.serialize(self, encoding, fragment)
  File "/home/alberto/turbogears/thirdparty/kid/kid/serialization.py",
line 51, in serialize
    text = list(self.generate(stream, encoding, fragment))
  File "/home/alberto/turbogears/thirdparty/kid/kid/serialization.py",
line 324, in generate
    stream = iter(stream)
  File "/home/alberto/turbogears/thirdparty/kid/kid/__init__.py", line
257, in __iter__
    return iter(self.transform())
  File "/home/alberto/turbogears/thirdparty/kid/kid/__init__.py", line
312, in transform
    stream = self.pull()
  File "/home/alberto/turbogears/thirdparty/kid/kid/__init__.py", line
271, in pull
    self.initialize()
  File "/home/alberto/lalala/templates/seccion.py", line 19, in
initialize
    import sys
  File "/home/alberto/lalala/templates/master.py", line 19, in
initialize
TypeError: 'NoneType' object is not callable

I'm willing to help in what is needed to track down this, unfortunately
I know nothing about kid internals so it can only be in the testing
etc.

Thanks,
Alberto

Reply via email to