- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前正在使用 flask-wtf version 0.14.2
运行 conda 环境和 wtforms version 2.21
我在解决这个问题时遇到了麻烦 ImportError: cannot import name 'url_encode' from 'werkzeug'
以下代码是完整的回溯。
Traceback (most recent call last):
File "run.py", line 1, in <module>
from flaskblog import app
File "/Users/justinding/Desktop/test/test_wesite/flaskblog/__init__.py", line 10, in <module>
from flaskblog import routes
File "/Users/justinding/Desktop/test/test_wesite/flaskblog/routes.py", line 4, in <module>
from flaskblog.forms import RegistrationForm,LoginForm
File "/Users/justinding/Desktop/test/test_wesite/flaskblog/forms.py", line 1, in <module>
from flask_wtf import FlaskForm
File "/opt/anaconda3/envs/smartbox/lib/python3.7/site-packages/flask_wtf/__init__.py", line 17, in <module>
from .recaptcha import *
File "/opt/anaconda3/envs/smartbox/lib/python3.7/site-packages/flask_wtf/recaptcha/__init__.py", line 2, in <module>
from .fields import *
File "/opt/anaconda3/envs/smartbox/lib/python3.7/site-packages/flask_wtf/recaptcha/fields.py", line 3, in <module>
from . import widgets
File "/opt/anaconda3/envs/smartbox/lib/python3.7/site-packages/flask_wtf/recaptcha/widgets.py", line 5, in <module>
from werkzeug import url_encode
ImportError: cannot import name 'url_encode' from 'werkzeug' (/opt/anaconda3/envs/smartbox/lib/python3.7/site-packages/werkzeug/__init__.py)
最佳答案
在您的需求文件中设置 werkzeug==0.16.1 可以修复它。问题出在 1.0.0 版本上
关于python - 导入错误 : cannot import name 'url_encode' from 'werkzeug' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60896993/
我尝试使用 Ruby 的 url_encode(文档 here .) 它将 http://www.google.com 编码为 http%3A%2F%2Fwww.google.com。但事实证明我无法
我读了the documentation of url_encode . 是否有一张表格可以使用 url_encode 准确地告诉我哪个字符被编码成什么? 最佳答案 再培训局 url_encode可以
我目前正在使用 flask-wtf version 0.14.2 运行 conda 环境和 wtforms version 2.21我在解决这个问题时遇到了麻烦 ImportError: cannot
我在 python 中遇到 urllib.url_encode 问题。用一些代码解释赌注: >>> from urllib import urlencode >>> params = {'p' : '
我是一名优秀的程序员,十分优秀!