Py2exe

From emboxit
Revision as of 02:09, 1 November 2012 by 176.92.135.112 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

  • File setup.py contains:

<python> from distutils.core import setup import py2exe

  1. 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