]>
Commit | Line | Data |
---|---|---|
05e443d7 RD |
1 | wxPython win32 README |
2 | --------------------- | |
3 | ||
4 | The self-installer pacakge you have just installed contains the Python | |
2843e4c8 | 5 | extension modules, python modules and packages needed to run wxPython |
1683c950 RD |
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: | |
05e443d7 RD |
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 | |
486afba9 | 15 | Python's Scripts directory. (For example, c:\Python23\Scripts.) If |
05e443d7 RD |
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 | |
486afba9 RD |
22 | wxPython demo and other sample applications that are provided as part |
23 | of wxPython. Those are available in a separate installer named | |
4d8a3275 | 24 | wxPython2.6-win32-docs-demos-*.exe which should also be located from |
1683c950 RD |
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. | |
05e443d7 RD |
28 | |
29 | ||
30 | ||
31 |