Cx_freeze Modulenotfounderror: No Module Named 'codecs'
Trying to convert a .py file into a .exe when trying to run the .exe file in the exe.win32-3.6 folder I get the following error: C:\Users\Aktan\Desktop\build\exe.win32-3.6>Stati
Solution 1:
This is a known issue with cx_Freeze which has been resolved in the source. A new release (5.1.1) will be out shortly to correct that issue!
Post a Comment for "Cx_freeze Modulenotfounderror: No Module Named 'codecs'"