When trying to run my Google App Engine app, I get the following error:
(/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py:263)
Traceback (most recent call last):
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 96, in LoadObject
__import__(cumulative_path)
File "/base/data/home/apps/p~mygoolgeappproject/3.402458165629390060/village/main.py", line 4, in <module>
import flask
File "/base/data/home/apps/p~mygoolgeappproject/3.402458165629390060/libs/flask/__init__.py", line 19, in <module>
from jinja2 import Markup, escape
File "/base/data/home/apps/p~mygoolgeappproject/3.402458165629390060/libs/jinja2/__init__.py", line 41, in <module>
from jinja2.bccache import BytecodeCache, FileSystemBytecodeCache, \
ImportError: No module named bccache