摘要: 目的: 用Pyinstaller工具将python脚本打包成一个exe文件 原理: 利用spec配置文件实现 步骤: 1、提前用命令安装打包工具: pip install pyinstaller (已安装的略过); 2、先生成spec文件。用命令 pyinstaller -F test.py 生成test.spec文件,如下图: 3、编辑spec... 阅读全文
posted @ 2019-05-10 15:18 katago 阅读(2629) 评论(0) 推荐(0)