Le 29/06/2011 10:59, Alessandro Molina a écrit :
I believe this is not correctly enabled. I have the same problem with kajiki. Here is the way I configure the template engine when not using genshi : In app_cfg.py: > base_config.renderers.append('chameleon_genshi') > base_config.default_renderer = 'chameleon_genshi' (idem for kajiki). If I add the following code in the controller: > from myproject.lib import app_globals > print app_globals.chameleon_genshi_loader then I get the following error: AttributeError: 'module' object has no
attribute 'chameleon_genshi_loader'This is exactly the same for chameleon_genshi and for kajiki. Is there something else to configure ?! It looks like this is enough for mako to be used. Damien -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en. |
- Re: [TurboGears] Chameleon.Genshi template engine ? Christoph Zwerschke
- Re: [TurboGears] Chameleon.Genshi template engine... Diez B. Roggisch
- Re: [TurboGears] Chameleon.Genshi template en... Christoph Zwerschke
- Re: [TurboGears] Chameleon.Genshi templat... Diez B. Roggisch
- Re: [TurboGears] Chameleon.Genshi template engine... Damien Accorsi
- Re: [TurboGears] Chameleon.Genshi template en... Christoph Zwerschke
- Re: [TurboGears] Chameleon.Genshi templat... Damien Accorsi
- Re: [TurboGears] Chameleon.Genshi template engine ? Michael Pedersen
- Re: [TurboGears] Chameleon.Genshi template engine... Damien Accorsi
- Re: [TurboGears] Chameleon.Genshi template en... Alessandro Molina
- Re: [TurboGears] Chameleon.Genshi templat... Damien Accorsi
- Re: [TurboGears] Chameleon.Genshi tem... Damien Accorsi
- [TurboGears] Re: Chameleon.Genshi template engine ? Christoph Zwerschke
- Re: [TurboGears] Re: Chameleon.Genshi template en... Michael Pedersen
- Re: [TurboGears] Re: Chameleon.Genshi template en... Damien Accorsi
- Re: [TurboGears] Re: Chameleon.Genshi templat... Michael Pedersen
- Re: [TurboGears] Re: Chameleon.Genshi tem... Christoph Zwerschke
- Re: [TurboGears] Re: Chameleon.Genshi... Michael Pedersen
- Re: [TurboGears] Re: Chameleon.G... Alessandro Molina
- Re: [TurboGears] Re: Chamele... Florent Aide
- Re: [TurboGears] Re: Chamele... Christoph Zwerschke

