IndexError:使用py2exe时元组索引超出范围
我目前正在尝试使用py2exe创建可执行文件。我使用Python 3.6。我正在使用的脚本可以导入openpyxl并pptx在使用Pycharm或使用命令窗口运行脚本时运行良好。 输出产生错误: IndexError: tuple index out of range 在下面可以找到cmd输出: C:\Python36>python setup.py py2exe running py2exe Traceback (most recent call last): File "setup.py", line 4, in <module> setup(console=['Storybookmaker.py']) File "C:\Python36\lib\distutils\core.py", line 148, in setup dist.run_commands() File "C:\Python36\lib\distutils\dist.py", line 955, in run_commands self.run_command(cmd) File "C:\Python36\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "C:\Python36\lib\site-packages\py2exe\distutils_buildexe.py", …