Flask でテンプレートをレンダリングしようとしていますが、次のエラーが発生します。
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/flask/app.py", line 1701, in __call__
return self.wsgi_app(environ, start_response)
File "/Library/Python/2.7/site-packages/flask/app.py", line 1685, in wsgi_app
with self.request_context(environ):
File "/Library/Python/2.7/site-packages/flask/ctx.py", line 274, in __enter__
self.push()
File "/Library/Python/2.7/site-packages/flask/ctx.py", line 221, in push
top.pop()
File "/Library/Python/2.7/site-packages/flask/ctx.py", line 257, in pop
self.app.do_teardown_request(exc)
File "/Library/Python/2.7/site-packages/flask/app.py", line 1587, in do_teardown_request
rv = func(exc)
これが何を意味するのかはわかりませんが、フレームワークの問題のようです。これをトラブルシューティング/解決するために何ができるか知っている人はいますか?