ImportError: No module named flask.ext.login

前端 未结 8 2023
刺人心
刺人心 2021-02-06 22:54

I have a problem with flask_login module.

i have installed flask_login module successfully. Also from the command prompt i can run this script easily with no error:

8条回答
  •  遥遥无期
    2021-02-06 23:09

    The solution is simple. Different versions of the flask run with different codes so just change the code : flask.ext.login to the code: flask_login

    It should run smoothly.

    Note that this also applies to bootstrap. Actually inorder to find the solution I had the error while importing bootstrap.

提交回复
热议问题