0

我正在尝试将 python 项目转换为 exe,但在运行 .exe 文件时出现此问题:

Traceback (most recent call last):
File "fiveopoker.py", line 4, in <module>
File "agents.pyc", line 10, in <module>
File "probTable.pyc", line 3, in <module>
File "tables\__init__.pyc", line 26, in <module>
File "numexpr\__init__.pyc", line 14, in <module>
ImportError: No module named __config__

有什么建议么?

4

0 回答 0