Python程序打包

上传时间:2023-06-25

Author: Kenny Chu

主页: https://kennyangel.github.io/

Date: 20210820

简介: 将python程序打包为exe

介绍

将python程序打包为exe

pyinstaller 安装

参数说明

多进程打包

如果py程序是多进程的话,使用pyinstaller打包会出现错误,这个时候只要加上一行代码