This error occurs when I visit /blog. I am using trac-0.11rc1 and python 2.4.
File "/home/lendor/python/lib/python2.4/site-packages/TracFullBlogPlugin-0.1-py2.4.egg/tracfullblog/templates/fullblog_macro_post.html", line 10, in <Expression u"wiki_to_html(context(post.resource), do_shorten and post.body[:blog_max_size] + ' ... ' \\\n or post.body)">
${wiki_to_html(context(post.resource), do_shorten and post.body[:blog_max_size] + ' ... ' \
File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/util/compat.py", line 130, in newfunc
return func_(*(args + fargs), **dict(kwargs, **fkwargs))
File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/wiki/formatter.py", line 1094, in format_to_html
return HtmlFormatter(env, context, wikidom).generate(escape_newlines)
File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/wiki/formatter.py", line 1053, in generate
escape_newlines)
File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/wiki/formatter.py", line 862, in format
result = re.sub(self.wikiparser.rules, self.replace, line)
File "/home/lendor/python/lib/python2.4/sre.py", line 142, in sub
return _compile(pattern, 0).sub(repl, string, count)
File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/wiki/formatter.py", line 807, in replace
replacement = self.handle_match(fullmatch)
File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11rc1-py2.4.egg/trac/wiki/formatter.py", line 800, in handle_match
return external_handler(self, match, fullmatch)
File "__init__.py", line 61, in _replace