python3.6.2 return module_code_object.co_names

最近有需求要把 *.py 文件转化为 *.exe 文件,百度一番之后,找到了 pyinstaller ,但是在转化的时候却报错了,就是报的下边这货 return module_code_object.co_names[co_names_index] IndexError: tuple index out of range 最最可行的解决方案: 从最新的 “python3.6.2” 退回 到 3.3
相关文章
相关标签/搜索