Skip to content

Instantly share code, notes, and snippets.

@emctoo
Created June 28, 2012 03:11
Show Gist options
  • Save emctoo/3008663 to your computer and use it in GitHub Desktop.
Save emctoo/3008663 to your computer and use it in GitHub Desktop.
to ext
from distutils.core import setup
import py2exe
setup(
options = {"py2exe": {"bundle_files": 1, "includes": "numpy"}},
console=["readCamera.py"],
zipfile = None,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment