wxWidgets/wxPython/distrib
Robin Dunn 1683c95020 DocsDemo --> docs-demos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-15 21:14:43 +00:00
..
all more consistent naming 2004-10-15 20:05:01 +00:00
mac more consistent naming 2004-10-15 20:05:01 +00:00
msw be cmd.exe compatible 2004-10-15 00:56:22 +00:00
.cvsignore merged 2.2 branch 2000-07-15 19:51:35 +00:00
build_renamers.py check for existance of output files 2004-01-14 01:50:35 +00:00
DIRLIST New directories added, old ones removed 2004-10-06 21:55:43 +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 DocsDemo --> docs-demos 2004-10-15 21:14:43 +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 * build and distrib tweaks. 2004-10-10 00:48:34 +00:00
makedev.bat * build and distrib tweaks. 2004-10-10 00:48:34 +00:00
makedocs * build and distrib tweaks. 2004-10-10 00:48:34 +00:00
makedocs.bat distrib tweaks 2004-02-26 23:28:24 +00:00
makepreview.bat Rename the .tar.gz to a .tgz 2003-12-29 23:51:30 +00:00
makerpm Restructured for new style RPMs, etc. Can build all the RPMs from a 2004-10-15 01:02:22 +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 Doc tweaks 2004-10-11 22:15:15 +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 DocsDemo --> docs-demos 2004-10-15 21:14:43 +00:00
viewdocs.py if basePath is empty use '.' 2004-03-29 15:54:00 +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 Restructured for new style RPMs, etc. Can build all the RPMs from a 2004-10-15 01:02:22 +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 pakcages 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 are provided as part of
wxPython.  Those are available in a separate installer named
wxPython2.5-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.