python 打包exe

2021/12/23 11:07:55

本文主要是介绍python 打包exe,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

# Python3 打包成.exe(附IndexError: tuple index out of range错误解决)# Python3 打包成.exe(附IndexError: tuple index out of range错误解决)# Python3 打包成.exe(附IndexError: tuple index out of range错误解决)# Python3 打包成.exe(附IndexError: tuple index out of range错误解决)# Python3 打包成.exe(附IndexError: tuple index out of range错误解决)

pip uninstall pyinstaller 

pip install https://github.com/pyinstaller/pyinstaller/tarball/develop

换低版本python
闪退的原因可能是需要输入框在最顶部
----
生成exe命令
pyinstaller -F -c setup.py



这篇关于python 打包exe的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程