I\'m using a Windows 7 machine with cx_Freeze 4.3.1 with Python 3.3, both Python and cx_Freeze are 32-bit versions. I\'ve written a setup.py script that looks like this:
Resolved, I removed import sys from my setup.py file and the program compiled successfully.
import sys
setup.py