Closed sumaut closed 8 months ago
https://github.com/greyli/helloflask/blob/dfce5025033317dd42291907338e3a5accb71196/demos/http/app.py#L14C20-L14C20
ImportError: cannot import name 'escape' from 'jinja2'
from markupsafe import escape
我也又同样问题,请问解决了吗
修改 escape 的导入语句即可,详见示例。
https://github.com/greyli/helloflask/blob/dfce5025033317dd42291907338e3a5accb71196/demos/http/app.py#L14C20-L14C20
ImportError: cannot import name 'escape' from 'jinja2'