python利用pyinstaller打包生成exe
1.安装pyinstaller
pip install pyinstaller 是最简单的安装方式
2.要打包的文件目录下,并执行命令
允许一个文件
pyinstaller.exe -F .\ 要打包的py文件
pyinstaller.exe -F .\wei_dian_vbuyCreateOrder.py
pip install pyinstaller 是最简单的安装方式
允许一个文件
pyinstaller.exe -F .\ 要打包的py文件
pyinstaller.exe -F .\wei_dian_vbuyCreateOrder.py