I am trying to compile my Python file to an Onefile-EXE with py2exe using this code for the setup file:
import py2exe, sys, os sys.argv.append(\'py2exe\') s