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.

