]>
Commit | Line | Data |
---|---|---|
7bf85405 RD |
1 | wxPython README |
2 | --------------- | |
3 | ||
c127177f RD |
4 | Welcome to the wonderful world of wxPython! |
5 | ||
bb0054cd | 6 | Once you have installed the wxPython extension module, you can try it |
c127177f RD |
7 | out by going to the [install dir]\wxPython\demo directory and typing: |
8 | ||
9 | python demo.py | |
10 | ||
11 | There are also some other sample files there for you to play with and | |
12 | learn from. | |
13 | ||
14 | If you selected to install the documentation then point your browser | |
15 | to [install dir]\wxPython\docs\index.htm and you will then be looking | |
16 | at the docs for wxWindows. For the most part you can use the C++ docs | |
17 | as most classes and methods are used identically. Where there are | |
18 | differences they are documented with a "wxPython Note." | |
af309447 | 19 | |
bb0054cd RD |
20 | On Win32 systems the binary self-installer creates a program group on |
21 | the Start Menu that contains a link to running the demo and a link to | |
22 | the help file. To help you save disk space I'm now using Microsoft's | |
23 | HTML Help format. If your system doesn't know what to do with the help | |
24 | file, you can install the HTML Help Viewer as part of IE 4+, NT | |
25 | Service Pack 4+, or the HTML Workshop at | |
a08cbc01 | 26 | |
bb0054cd RD |
27 | http://msdn.microsoft.com/workshop/author/htmlhelp/download.asp. |
28 | ||
af309447 RD |
29 | |
30 | ||
31 | Getting Help | |
32 | ------------ | |
33 | ||
34 | Since wxPython is a blending of multiple technologies, help comes from | |
35 | multiple sources. See the http://alldunn.com/wxPython for details on | |
36 | various sources of help, but probably the best source is the | |
37 | wxPython-users mail list. You can view the archive or subscribe by | |
38 | going to | |
39 | ||
40 | http://starship.python.net/mailman/listinfo/wxpython-users | |
41 | ||
42 | Or you can send mail directly to the list using this address: | |
43 | ||
44 | wxpython-users@starship.python.net | |
45 | ||
bb0054cd | 46 | |
6d75ea8f RD |
47 | Other Info |
48 | ---------- | |
e395c057 | 49 | |
6d75ea8f | 50 | Please also see the following files in this directory: |
e395c057 | 51 | |
6d75ea8f RD |
52 | CHANGES.txt Information about new features, fixes, etc. in |
53 | each release. | |
9c039d08 | 54 | |
6d75ea8f RD |
55 | BUILD.txt Instructions for building wxPython on various |
56 | platforms. | |
7bf85405 | 57 | |
6d75ea8f | 58 | licence.txt Text of the wxWindows license. |
c127177f | 59 | |
7bf85405 | 60 | |
5148fc8e RD |
61 | ---------------- |
62 | Robin Dunn | |
63 | robin@alldunn.com | |
7bf85405 | 64 | |
7bf85405 RD |
65 | |
66 | ||
7bf85405 | 67 | |
607d79b8 RD |
68 | |
69 | ||
70 |