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
标签:index,exe,IndexError,tuple,python,range,打包,out 来源: https://blog.csdn.net/u013431548/article/details/122101067