]> git.saurik.com Git - wxWidgets.git/commitdiff
Give the win32 runtime installer its own readme.
authorRobin Dunn <robin@alldunn.com>
Fri, 15 Oct 2004 20:58:26 +0000 (20:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 15 Oct 2004 20:58:26 +0000 (20:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/README.win32.txt [new file with mode: 0644]
wxPython/distrib/make_installer.py

diff --git a/wxPython/distrib/README.win32.txt b/wxPython/distrib/README.win32.txt
new file mode 100644 (file)
index 0000000..14560f5
--- /dev/null
@@ -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.
+
+
+
+
index f8b642f19814f56bf47db3bbefb624c8e35ac027..b593deef954ca5796b03b9c3c97d931f986f84d3 100644 (file)
@@ -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