Friday 11 July 2014

RuntimeError: Unable to import decimal

After converting a python file to .exe with cx_Freeze, and attempt to run it, i get the following error even though i imported decimal as the error and various tutorials suggested.

Here is how i resolved it.