可能使用的是pyinstaller.exe打包造成。
用python pyinstaller-script.py 试试
总结命令
python pyinstaller-script.py -F setup.py 打包exe
python pyinstaller-script.py -F -w setup.py 不带控制台的打包
python pyinstaller-script.py -F -i xx.ico setup.py 打包指定exe图标打包
可能使用的是pyinstaller.exe打包造成。
用python pyinstaller-script.py 试试
总结命令
python pyinstaller-script.py -F setup.py 打包exe
python pyinstaller-script.py -F -w setup.py 不带控制台的打包
python pyinstaller-script.py -F -i xx.ico setup.py 打包指定exe图标打包