Closed GoogleCodeExporter closed 8 years ago
Just solved this. Besides putting an option in the setup.py file, I should also
include an import of decimal module in my SerialTool.py script.
I could not find a way to close this issue.
Regards,
Anurag
Original comment by Anu...@mimansa.cl
on 9 Jan 2013 at 11:02
Original comment by mkleehammer
on 28 Mar 2013 at 10:29
The option simply needs to be added to same call to setup, eg:
setup(
console=['setup.py'],
options={"py2exe": {"includes": "decimal"}}
)
Original comment by csmcpher...@gmail.com
on 16 Sep 2014 at 3:20
Original issue reported on code.google.com by
Anu...@mimansa.cl
on 9 Jan 2013 at 6:59