]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/make_installer.py
added virtual listctrl support
[wxWidgets.git] / wxPython / distrib / make_installer.py
CommitLineData
d7ec6564 1"""
d7ec6564
RD
2This script will generate a setup script for InnoSetup and then run it
3to make the installer executable. If all goes right the proper versions
4of Python and wxWindows (including hybrid/final settings) will all be
5calculated based on what wxc.pyd imports and an appropriate installer
6will be created.
7"""
8
9
10import os, string
11
d7ec6564
RD
12KEEP_TEMPS = 0
13
14#----------------------------------------------------------------------
15
16ISS_Template = r'''
17;;------------------------------------------------------------
18
19[Setup]
20AppName = wxPython
faa20af7 21AppVerName = wxPython %(VERSION)s for Python %(PYTHONVER)s
d7ec6564
RD
22OutputBaseFilename = wxPython-%(VERSION)s-%(PYVER)s
23