有大佬用flask的吗?有个问题解决不了。。。
本帖最后由 luoydqsn 于 2019-7-24 12:46 编辑虚拟环境用的pipenv
首先,如果在生产环境,文件 .flaskenv 没有任何配置,能够正常运行,如下:
PS D:\doubanban> flask run
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
一旦换成开发环境,在 .flaskenv 设置 FLASK_ENV=development 之后,就不行了
PS D:\doubanban> flask run
* Environment: development
* Debug mode: on
* Restarting with windowsapi reloader
c:\users\administrator\.virtualenvs\doubanban-n8dj0560\scripts\python.exe: Error while finding module specification for
'C:\\Users\\Administrator\\.virtualenvs\\doubanban-N8DJ0560\\Scripts\\flask' (ModuleNotFoundError: No module named 'C:\\Users\\Administrator\\')
弄了好久都不知道什么原因。。。。。 没人懂吗。。。。 什么系统? xlt201314 发表于 2019-7-27 00:12
什么系统?
win7 64位,大佬有眉目吗,到现在我都想不明白{:10_266:} DOSbox希望能帮到你! 这是什么软件?人家用的最多的是什么,你就用什么,因为好交流而且资料多,没必要用那些偏门的开发工具。
页:
[1]