I am new to this py2exe,
I have my script in cmd.py
import sys for arg in sys.argv: print arg print \"Hello World!\"
setup.py,
Check your python version if it is 3 please try it with python version 2 because py2exe is developed for python2