Am 05.02.2012 06:00, schrieb Rama:
but I was about to deploy from staging to production until I faced some genshi templates paths issues
Do you have an __init__.py in your template directory? Is uWSGI running under a user that has access to this directory?
After setting genshi.search_path like this: genshi.search_path = '/srv/staging/vodo-net/vodo_net/templates/' I get 'TemplateNotFound: Template "vodo_net.templates.index" not found'
Is /srv/staging correct in production? Anyway, normally you should not need to set genshi.search_path.
-- 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.

