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
相關文章
相關標籤/搜索