1,打開網址:http://www.pyinstaller.org/downloads.htmlhtml
pip 安裝方式:python
cd D:\Program Files (x86)\Python37\Scripts pip3 install install pyinstaller
2. 安裝 pywin32. https://sourceforge.net/projects/pywin32/files/pywin32/Build%20221/post
1) 下載安裝,程序會自動檢測 python 安裝的目錄。ui
2).net
python pywin32_postinstall.py -install
1. 將python工程文件夾複製到 D:\Program Files (x86)\Python37\Scripts 目錄下,3d
python3 pyinstaller-script.py -F "D:\Program Files (x86)\Python37\Scripts\Gen-strategycfg\CreateStrategyFolder.py"
Gen-strategycfg: python 工程文件夾build: 生成的中間文件dist: 最終生成的 exe 文件備註: 若是生成過程當中有問題,能夠將 build 下相關的文件刪除,從新運行 生成 命令