Closed nessita closed 3 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
You can rename the import flask.ext.openid to flask_openid.
flask.ext.openid
flask_openid
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