pallets-eco / flask-openid

Flask-OpenID adds openid support to flask applications
Other
236 stars 77 forks source link

ModuleNotFoundError: No module named 'flask.ext' when running the example #57

Closed nessita closed 3 years ago

nessita commented 4 years ago

Following the instructions to run the example, I get:

Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'flask.ext'

Dependencies:

Flask==1.1.2 Flask-OpenID==1.2.5 python3-openid==3.2.0

Lauenburg commented 3 years ago

You can rename the import flask.ext.openid to flask_openid.