I'm trying to turn a python project to exe but I get this problem when running the .exe file:
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__
Any suggestions?