使用PyInstaller将FlaskApp转换为.exe文件

时间:2019-07-31 10:38:32

标签: python flask exe pyinstaller executable

我正在尝试创建一个.exe文件,以使Flask WebApp可用。我在以下链接中找到了一种方法:https://elc.github.io/posts/executable-flask-pyinstaller/#disqus_thread,但无法将其推断到我的文件夹结构案例中。

pyinstaller -w -F --add-data "templates;templates" --add-data "static;static" app.py

我的webApp文件夹的结构如下: enter image description here

0 个答案:

没有答案