from distutils.core import setup import py2exe, sys, os sys.argv.append(\'py2exe\') setup( options = {\'py2exe\': {\'bundle_files\': 1}}, windows = [{\'script\
If you can restrict your code, then Shed Skin, PyPy, or Cython make true, fast executables.
Py2exe, PyInstaller, or bbfreeze can package Python up to 2.7 into single executables.
Cx_Freeze packages Python up to 3.x into an executable plus many other files.