wxWidgets/wxPython/distrib
Robin Dunn f0ac483feb renamed setup.py to tr_setup.py because build-all does an import of
setup, (to get the version number) expecting to get the one in the
root wxPython dir.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-05 05:25:25 +00:00
..
all renamed setup.py to tr_setup.py because build-all does an import of 2006-07-05 05:25:25 +00:00
mac Build and distrib tweaks ported over from the 2.6 branch 2006-07-05 05:23:28 +00:00
msw
.cvsignore
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
create_setup.h.py
DIRLIST Build and distrib tweaks ported over from the 2.6 branch 2006-07-05 05:23:28 +00:00
genfilelist.py
howto-distrib.txt
make_installer_inno4.py Build and distrib tweaks ported over from the 2.6 branch 2006-07-05 05:23:28 +00:00
make_installer.py Build and distrib tweaks ported over from the 2.6 branch 2006-07-05 05:23:28 +00:00
make_static_setup.py
makedemo
makedev.bat
makedocs
makedocs.bat
makemo.py
makepreview.bat
makerpm Build and distrib tweaks ported over from the 2.6 branch 2006-07-05 05:23:28 +00:00
makesrpm
PyAlaMode.desktop
PyCrust.desktop
PyShell.desktop
README.1st.txt
README.devel.txt
README.viewdocs.txt
README.win32.txt
viewdocs.py
wx_conv.py
wx_create.py
wxPythonFull.spec.in Build and distrib tweaks ported over from the 2.6 branch 2006-07-05 05:23:28 +00:00
XRCed.desktop

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.