wxWidgets/wxPython/distrib
2007-04-12 00:38:48 +00:00
..
all Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
mac Add 2.5 dirs to PREFIXES 2006-12-04 20:34:35 +00:00
msw STC is not a separate library anymore 2007-04-12 00:38:48 +00:00
.cvsignore merged 2.2 branch 2000-07-15 19:51:35 +00:00
build_packages.sh Build and distrib tweaks ported over from the 2.6 branch 2006-07-05 05:23:28 +00:00
build_renamers.py check for existance of output files 2004-01-14 01:50:35 +00:00
create_setup.h.py wxPython tab cleaning 2006-01-29 17:35:47 +00:00
DIRLIST distrib fixes 2006-12-05 18:55:40 +00:00
genfilelist.py Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
howto-distrib.txt typo 2004-06-09 17:51:19 +00:00
make_installer.py Build and distrib tweaks 2007-01-21 07:03:55 +00:00
make_static_setup.py wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
makedemo Switch to bzip2 for compression 2006-06-02 03:43:46 +00:00
makedev.bat Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
makedocs Switch to bzip2 for compression 2006-06-02 03:43:46 +00:00
makedocs.bat distrib tweaks 2004-02-26 23:28:24 +00:00
makemo.py Script for building mo locale files. 2005-12-16 17:37:05 +00:00
makepreview.bat Switch to bzip2 for compression 2006-06-02 03:43:46 +00:00
makerpm Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
makesrpm More packager scripts updates. The RPMs will now install icons and 2004-01-14 02:11:55 +00:00
PyAlaMode.desktop More packager scripts updates. The RPMs will now install icons and 2004-01-14 02:11:55 +00:00
PyCrust.desktop More packager scripts updates. The RPMs will now install icons and 2004-01-14 02:11:55 +00:00
PyShell.desktop More packager scripts updates. The RPMs will now install icons and 2004-01-14 02:11:55 +00:00
README.1st.txt Switch to bzip2 for compression 2006-06-02 03:43:46 +00:00
README.devel.txt Some doc tweaks 2004-06-11 01:25:44 +00:00
README.viewdocs.txt Doc tweaks 2004-10-11 22:15:15 +00:00
README.win32.txt Merge #3 from the 2.6 branch, containing last set of changes before 2006-01-09 21:09:57 +00:00
viewdocs.py Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
wx_conv.py wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
wx_create.py A huge glob of changes in the 2.4 branch merged over to HEAD 2003-10-02 00:58:06 +00:00
wxPythonFull.spec.in Don't build the animate contrib 2006-10-14 18:02:49 +00:00
XRCed.desktop More packager scripts updates. The RPMs will now install icons and 2004-01-14 02:11:55 +00:00

wxPython win32 README
---------------------

The self-installer pacakge you have just installed contains the Python
extension modules, python modules and packages needed to run wxPython
applications.  If you selected the "Make this install be the default
wxPython" option in the installer then this version will be the one
that is imported when apps do "import wx".  See the following wiki
page for more information about managing multiple installs:

      http://wiki.wxpython.org/index.cgi/MultiVersionInstalls

In addition to the wxPython modules, several tools scripts (such as
XRCed and PyShell) and batch file launchers have been installed to
Python's Scripts directory.  (For example, c:\Python23\Scripts.)  If
you have multiple versions of wxPython installed these tool scripts
will use whichever is the default install.  If you would like to
control which version is used then follow the directions at the wiki
page for using wxversion.

This installer does *not* include the wxPython documentation, the
wxPython demo and other sample applications that are provided as part
of wxPython.  Those are available in a separate installer named
wxPython2.6-win32-docs-demos-*.exe which should also be located from
wherever you downloaded this package from.  The Docs and Demos
installer will also create Start Menu shortcuts for the tool scripts
mentioned above.