Two more little details. Add 'Genshi[plugin] >= 0.3.2' to
install_requires in setup.py, so that it's installed during
deployment.
Also, I personally don't need Myghty so I don't add it to the list of
templating engines and everything continues to work fine. So, in
middleware.py:
config.template_engines = []
config.add_template_engine('genshi', '<app-name>.templates', {})
HTH,
Sergey.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss
-~----------~----~----~----~------~----~------~--~---