| NotFound | Python 2.4.3: /usr/bin/python Mon Dec 1 21:03:54 2008 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /srv/web/translation/teams.py |
| 263 html.team['bugzilla-component'] = html.language_name + " [%s]" % (langid) |
| 264 |
| 265 print unicode(html).encode('utf-8') |
| 266 if t_ext != '.xml': |
| 267 print utils.TemplateInspector(html) |
| builtin unicode = <type 'unicode'>, html = <DynamicallyCompiledCheetahTemplate.DynamicallyCompiledCheetahTemplate object>, ).encode undefined |
| /usr/lib/python2.4/site-packages/Cheetah/Template.py in __str__(self=<DynamicallyCompiledCheetahTemplate.DynamicallyCompiledCheetahTemplate object>) |
| 980 mainMethName = getattr(concreteTemplateClass,mainMethNameAttr, None) |
| 981 if mainMethName: |
| 982 def __str__(self): return getattr(self, mainMethName)() |
| 983 elif (hasattr(concreteTemplateClass, 'respond') |
| 984 and concreteTemplateClass.respond!=Servlet.respond): |
| __str__ undefined, self = <DynamicallyCompiledCheetahTemplate.DynamicallyCompiledCheetahTemplate object>, builtin getattr = <built-in function getattr>, mainMethName = 'respond' |
| /srv/web/translation/DynamicallyCompiledCheetahTemplate.py in respond(self=<DynamicallyCompiledCheetahTemplate.DynamicallyCompiledCheetahTemplate object>, trans=<Cheetah.DummyTransaction.DummyTransaction instance>) |
NotFound: cannot find 'release'
args =
("cannot find 'release'",)