I changed the option name right before release because I realised it was better suited inside the "templating" namespace like other options related to template engine. I probably caused some confusion to people already testing the development branch :)
The option is named "templating.genshi.name_constant_patch" and accordingly documented at http://turbogears.readthedocs.org/en/latest/cookbook/upgrading.html#genshi-work-around-available-for-python3-4 (PS: you are writing to the trunk ML, I suppose is involuntary as it's a question and you also replied to the release announce on the trunk ML :P) On Fri, May 1, 2015 at 12:56 PM, Michael Pedersen <[email protected]> wrote: > Good morning. > > I've just installed tg 2.3.5, and am trying out the various things that were > breaking before. MongoDB and Python 3.4.3 are working, so big thumbs up! > > I am, apparently, screwing up the genshi.constant_name_patch flag, though. > Here's my steps: > > gearbox quickstart -i tst > cd tst > vim development.ini > > I've added this line to [app:main] in development.ini: > genshi.name_constant_patch = true > > gearbox setup-app > gearbox serve --reload > > Visit http://localhost:8080/ > Login as manager > Go to Admin > > And then I get the stack trace for "Unhandled node type <class > '_ast.NameConstant'>" > > TurboGears 2.3.5 > Python 3.4.3 > Ubuntu 15.04 > > So, I'm assuming I'm screwing up how to configure the > genshi.constant_name_patch. How am I supposed to do it? > -- > Michael J. Pedersen > My Profile: http://www.icelus.org/ > Google+ https://google.com/+MichaelPedersen > > -- > 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/d/optout. -- 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/d/optout.

