If you do import jinja2
you must download jinja2 and keep it in the app directory and it will work. The correct way of doing it however is to my knowledge from webapp2_extras import jinja2 then you don't need the local library since you're importing from webapp2. It may depend on whether you want to use webapp2 or some other framework. I hope this works for you too. Regards, Nick -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/DETAhQ1Z5ZUJ. 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/google-appengine?hl=en.
