From 05e443d7ca0c7b8be10b438e9d0c1f9cc613e32f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 15 Oct 2004 20:58:26 +0000 Subject: [PATCH] Give the win32 runtime installer its own readme. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/README.win32.txt | 30 ++++++++++++++++++++++++++++++ wxPython/distrib/make_installer.py | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 wxPython/distrib/README.win32.txt diff --git a/wxPython/distrib/README.win32.txt b/wxPython/distrib/README.win32.txt new file mode 100644 index 0000000000..14560f5fe5 --- /dev/null +++ b/wxPython/distrib/README.win32.txt @@ -0,0 +1,30 @@ +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 "Make this install be the default +wxPython" 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-DocsDemo-*.exe that should also be located from wherever +you downloaded this package from. The DocsDemo installer will also +install Start Menu shortcuts for the tool scripts mentioned above. + + + + diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index f8b642f198..b593deef95 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -155,7 +155,7 @@ Source: "scripts\pywxrc"; DestDir: "{code:GetPythonDir}\Script Source: "scripts\xrced"; DestDir: "{code:GetPythonDir}\Scripts"; Flags: sharedfile; Components: core -Source: "docs\README.txt"; DestDir: "{app}\%(PKGDIR)s\docs"; Flags: isreadme; Components: core +Source: "distrib\README.win32.txt"; DestDir: "{app}\%(PKGDIR)s\docs"; Flags: isreadme; Components: core Source: "licence\*.txt"; DestDir: "{app}\%(PKGDIR)s\docs\licence"; Components: core -- 2.47.2