Error !

AttributeError: util_getTraceBackInfo

49 <id>urn:uuid:${uuid.uuid5(uuid.NAMESPACE_URL, e.id)}</id>
50 <updated>${site.LimeAPI.formatDate(e.val('dateModified'),rfc3339=True)}</updated>
51 % if e.val('body'):
52 <content type="html"><![CDATA[${site.snip_text(e.val('body'),500)}]]></content>
53 % endif
54 </entry>
55 % endfor
56
57 </feed>
C:\limecms\dbannonse\dbannonse-inst\Products\LimeAPI\LimeStripHtml.py, line 44:
print "FAILED", self.util_getTraceBackInfo()
memory:0x56c42b0, line 52:
<content type="html"><![CDATA[${site.snip_text(e.val('body'),500)}]]></content>
c:\limecms\dbannonse\lib\site-packages\mako-0.5.0-py2.6.egg\mako\runtime.py, line 718:
callable_(context, *args, **kwargs)
c:\limecms\dbannonse\lib\site-packages\mako-0.5.0-py2.6.egg\mako\runtime.py, line 692:
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
c:\limecms\dbannonse\lib\site-packages\mako-0.5.0-py2.6.egg\mako\runtime.py, line 660:
**_kwargs_for_callable(callable_, data))
c:\limecms\dbannonse\lib\site-packages\mako-0.5.0-py2.6.egg\mako\template.py, line 302:
return runtime._render(self, self.callable_, args, data)
C:\limecms\dbannonse\dbannonse-inst\Products\LimeTemplate\LimeTemplate.py, line 285:
html = mytemplate.render(object=object, site=site, lime=object.wrapper(object), **extra)