Am 02.08.2013 18:55, schrieb Michel Albert:
After digging around, I came across the following line: http://sourceforge.net/p/turbogears1/code/7426/tree/tags/1.5.1/turbogears/view/base.py#l525 In that line, the variable "callback" is set, but it is not used anywhere. Could this be the cause of the problem?
Yes, this looks like a bug to me. What happens when you add the line engine_defaults['genshi.loader_callback'] = callback after the following line? callback = _get_genshi_loader_callback(i18n_filter) -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/groups/opt_out.

