I\'ve created my setup.py file as instructed but I don\'t actually.. understand what to do next. Typing \"python setup.py build\" into the command line just gets a syntax er
find the cxfreeze script and run it. It will be in the same path as your other python helper scripts, such as pip.
cxfreeze
pip
cxfreeze Main.py --target-dir dist
read more at: http://cx-freeze.readthedocs.org/en/latest/script.html#script