ImportError: No module named flask.ext.login

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

    Install pip and then use the following command:

    C:\Python27\scripts>pip install Flask-Login

提交回复
热议问题