I have been trying to convert my .py to .exe. Unfortunately, I haven't been successful. After pip install py2exe and using build_exe myscript.py I get multiple errors such as the following:
\...\py2exe\mf3.py", line 120, in import_hook
module = self._gcd_import(name)
\...\py2exe\mf3.py", line 274, in _gcd_import
return self._find_and_load(name)
I don't understand what this mean. Does it mean there is something wrong with my code? (Weird, cause it runs perfectly). Or is it just py2exe that can't do it?? Thanks a lot