]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/README.win32.txt
don't use implicit wxString->char*/wchar_t* conversion, it will not be available...
[wxWidgets.git] / wxPython / distrib / README.win32.txt
1 wxPython win32 README
2 ---------------------
3
4 The self-installer package you have just installed contains the Python
5 extension modules, python modules and packages needed to run wxPython
6 applications. If you selected the "Make this install be the default
7 wxPython" option in the installer then this version will be the one
8 that is imported when apps do "import wx". See the following wiki
9 page for more information about managing multiple installs:
10
11 http://wiki.wxpython.org/index.cgi/MultiVersionInstalls
12
13 In addition to the wxPython modules, several tools scripts (such as
14 XRCed and PyShell) and batch file launchers have been installed to
15 Python's Scripts directory. (For example, c:\Python23\Scripts.) If
16 you have multiple versions of wxPython installed these tool scripts
17 will use whichever is the default install. If you would like to
18 control which version is used then follow the directions at the wiki
19 page for using wxversion.
20
21 This installer does *not* include the wxPython documentation, the
22 wxPython demo and other sample applications that are provided as part
23 of wxPython. Those are available in a separate installer named
24 wxPython2.6-win32-docs-demos-*.exe which should also be located from
25 wherever you downloaded this package from. The Docs and Demos
26 installer will also create Start Menu shortcuts for the tool scripts
27 mentioned above.
28
29
30
31