hello, I'd would like to configure the template lookup with an .ini file and use new mako arguments like "cache_args" or "cache_impl" those arguments are not parsed by MakoRendererFactoryHelper (new in mako since 6.0 ...)
I try to use Component Manager to call IMako utily in the __init__.py module but this utility is registred on MakoRendererFactoryHelper call which depends on view renderer. So it seems I cannot modify lookup object build by MakoRendererFactoryHelper before a view is called documentation talks about adding renderer or changing renderer But I don't want to overwrite renderer, request behaviour or adding new renderer. thx for any answer. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
