Py2exe
From emboxit
Revision as of 02:09, 1 November 2012 by 176.92.135.112 (Talk)
- File setup.py contains:
<python> from distutils.core import setup import py2exe
- setup(console=['bcl.py']) #with black-console window while application is running
setup(windows=['bcl.py']) #no console </python>
- And is called from command prompt like this
<python>
setup.py py2exe
</python>
File:Py2exe-1.jpg