ImportError: No module named flask.ext.login

前端 未结 8 2018
刺人心
刺人心 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:21

    See For me the simple solution is to just remove .ext from flask.ext.login and instead just type flask_login. This works for python 3 and make sure that you have correctly installed your desired package.

提交回复
热议问题