-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Description
ERROR in Python3.6
from flask.ext.cache import make_template_fragment_key
File "/usr/local/lib/python3.6/site-packages/flask_cache/__init__.py", line 156, in init_app
from .jinja2ext import CacheExtension, JINJA_CACHE_ATTR_NAME
File "/usr/local/lib/python3.6/site-packages/flask_cache/jinja2ext.py", line 33, in <module>
from flask.ext.cache import make_template_fragment_key
Solution: change flask.ext.cache to flask_cache line33
line33: from flask_cache import make_template_fragment_key
#from flask.ext.cache import make_template_fragment_key
pointhi, salanki, wnormandin, sergey0xff, deniskovalenko and 18 more
Metadata
Metadata
Assignees
Labels
No labels