Many thanks worked a treat, I should have realised that that was where the setting should be.
For what it is worth I am finding the TurboGears documentation very good. In fact it seems better for a new person than the pylons (yes I know it is based on that). If I will be doing more development with it then I will look into helping out with documentation. percious: it must be frustrating to get both a good release date and the documentation ready. Thanks for the very quick help. On Nov 23, 4:52 pm, Christoph Zwerschke <[email protected]> wrote: > Am 23.11.2010 15:48 schrieb Martin Reed: > > > Now can one of you kind people tell me where I should set > > emplating.genshi.method = html ? > > > I was gessing myapp/config/app_cfg.py > > > however I guess I am missing an import as I get: > > > NameError: name 'templating' is not defined > > In development/deployment.ini you can write: > > templating.genshi.method = html > > In app_cfg.py you need to set: > > base_config['templating.genshi.method'] = 'html' > > -- Christoph -- 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.

