我的申请中有什么问题?
Fatal Python error: Py_Initialize: unable to load the file system codec
Traceback (most recent call last):
File "C:\ ~~~~~ \ Python36\lib\encodings\__init__.py", line 31, in <module>
ModuleNotFoundError: No module named 'codecs'
答案 0 :(得分:0)
运行以下命令将您的cx_Freeze版本更新为5.1.1 or the latest version
pip install cx_Freeze --upgrade
并且您的错误应该修复。
此问题已在cx_Freeze GitHub页面中描述的最新版本中修复:https://github.com/anthony-tuininga/cx_Freeze/issues/325