With Pyramid and mod_wsgi, to use mako templates you just add this
line to development.ini:
mako.directories = house:templates

Unfortunately, Pyramid in the Google App Engine doesn't have a
development.ini file. What is the best way to pass this environment
variable without placing it in development.ini?

Error I get:
File "/Users/tormenta/Documents/Python/appengine-monkey/pyramidapp/app/
lib/python/pyramid-1.0a9-py2.5.egg/pyramid/mako_templating.py", line
74, in renderer_factory
'Mako template used without a ``mako.directories`` setting')
ConfigurationError: Mako template used without a mako.directories
setting

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to