ValueError:too many values to unpacked(expect2)

用pygame作了一个含中文test.txt文件的游戏,pyinstaller -F -w Test.py打包这个程序,之后failed to execute scripts. 打开中间件.spec ,找到a=Analysis(…)中的datas项,把’test.txt’放入中括号里,保存,测试,执行cmd命令: pyinstaller -F -w Test.spec,打包最后得到题目上的一句错误
相关文章
相关标签/搜索