pallets-eco / flask-openid

Flask-OpenID adds openid support to flask applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid werkzeug url_quote reference

DavidHwu opened this issue · comments

Attached is a screen shot of the url_quote import error from werkzeug for url_quote.
Looking this up in werkzeug I also provided a simple fix.

If I am using an incompatible version of werkzeug, may I suggest that you designate this in a more standard way (ie. requirements.txt or setup.py).

Thanks

invalid url_quote for werkzeug

fixed werkzeug url_quote ref

Thanks for this report.
Importing it from that path does actually work in a python runtime (at least for me with werkzeug 0.9 and 0.10), but I did pick up your fix as that's the documented path.

This will be fixed in release 1.2.5 onwards.