Skip to content

Instantly share code, notes, and snippets.

@dch
Created August 3, 2010 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dch/506261 to your computer and use it in GitHub Desktop.
Save dch/506261 to your computer and use it in GitHub Desktop.
# fix for http://github.com/couchapp/couchapp/issues/#issue/55
options = dict(py2exe={ 'dll_excludes': [ "kernelbase.dll", "powrprof.dll" ] },
@dch
Copy link
Author

dch commented Aug 3, 2010

should go into http://github.com/couchapp/couchapp/blob/master/setup.py#L94 assuming I have the python dict() correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment