使用python3.6在win7上打包程序发生错误
IndexError: tuple index out of range
解决办法:
下载:https://github.com/pyinstaller/pyinstaller
将pyinstaller文件夹覆盖python3.6文件夹下的Python36\Lib\site-packages\PyInstaller
我的是C:\Program Files\Python36\Lib\site-packages\PyInstaller
打包成功
打包完后的可执行的exe文件居然跑到c盘根目录下了,晕
C:\Users\Administrator\dist\test
找到test.exe即可运行