from distutils.core import setup
import py2exe, sys, os
#Usage : python setup.py py2exe
sys.argv.append('py2exe')
setup(
options = {'py2exe': {'bundle_files': 1, 'compressed': True}},
#windows = [{'script': "test.py"}],
console = ['test.py'],
zipfile = None,
)
Friday, June 12, 2015
Sunday, May 31, 2015
A terrific solution of Automated Patching System.
A terrific solution of Automated Patching System.
https://www.usenix.org/legacy/publications/library/proceedings/lisa2000/full_papers/ressman/ressman_html/index.html
https://www.usenix.org/legacy/publications/library/proceedings/lisa2000/full_papers/ressman/ressman_html/index.html
Subscribe to:
Posts (Atom)