wxWidgets/wxPython/distrib
Robin Dunn 8da2fe32f9 The --enable-rpath configure option doesn't work the same way it did
before.  Work around that by specifying the rpath option myself on the
setup.py command-line.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-03-16 22:53:59 +00:00
..
all disable debugreport option 2005-03-12 21:00:19 +00:00
mac disable debugreport option 2005-03-12 21:00:19 +00:00
msw Don't build the old versions of OGL or iewin by default anymore 2005-02-28 19:19:25 +00:00
.cvsignore
build_renamers.py
DIRLIST Build/distrib updates 2005-02-28 18:37:29 +00:00
genfilelist.py
howto-distrib.txt
make_installer.py Added some missing files 2005-03-09 22:31:00 +00:00
make_static_setup.py
makedemo * build and distrib tweaks. 2004-10-10 00:48:34 +00:00
makedev.bat renamed the output file 2004-10-22 03:06:34 +00:00
makedocs * build and distrib tweaks. 2004-10-10 00:48:34 +00:00
makedocs.bat
makepreview.bat
makerpm Restructured for new style RPMs, etc. Can build all the RPMs from a 2004-10-15 01:02:22 +00:00
makesrpm
PyAlaMode.desktop
PyCrust.desktop
PyShell.desktop
README.1st.txt Doc tweaks 2004-10-11 22:15:15 +00:00
README.devel.txt
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
wx_conv.py
wx_create.py
wxPythonFull.spec.in The --enable-rpath configure option doesn't work the same way it did 2005-03-16 22:53:59 +00:00
XRCed.desktop

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.