Hi I'm looking for how to resolve an error on the production server where AFAIK the instruction looks correct:
from google.appengine.ext.webapp import template
When at the log it says
<type 'exceptions.ImportError'>: cannot import name template
On the local dev server it works normally. I suspect it's a problem with starting an instance on the production server. The appengine console says there totally is 1 instance. Could you please inform how I could proceed? Thank you
