]>
Commit | Line | Data |
---|---|---|
7bf85405 RD |
1 | wxPython README |
2 | --------------- | |
3 | ||
c127177f RD |
4 | Welcome to the wonderful world of wxPython! |
5 | ||
1e4a197e RD |
6 | So where do you go from here? The best thing to do is to run the demo |
7 | and use its source code to help you learn how to use wxPython. Most | |
8 | of the classes available are demonstrated there, and you can view the | |
9 | sources directly in the demo so it is designed to help you learn. If | |
10 | you are on Windows or OS X then you can run the demo just by double | |
11 | clicking it's icon. If you are on Linux/Unix then change to the | |
12 | directory containing the demo and type: | |
c127177f RD |
13 | |
14 | python demo.py | |
15 | ||
1e4a197e RD |
16 | There are also some sample mini applications available for you to run |
17 | and to play with as a learning exercise. | |
c127177f | 18 | |
1e4a197e RD |
19 | The next thing you should do is join the wxPython-users maillist where |
20 | you can interact with a community of other users and developers who | |
21 | are willing to help you learn, answer questions and solve problems. | |
22 | To join the mail list just send an email message to the following | |
23 | address from the account you want to receive the mail messages from | |
24 | the list: | |
af309447 | 25 | |
1e4a197e | 26 | wxPython-users-subscribe@lists.wxwindows.org |
a08cbc01 | 27 | |
1e4a197e RD |
28 | There is also a good set of class reference documentation available |
29 | for wxPython, but currently it is geared for the C++ user. This may | |
30 | be a little daunting at first, but with a little practice you'll | |
31 | easily be able to "translate" from the C++ shown there to Python. Not | |
32 | all classes documented are available in Python, but most of the GUI | |
33 | related classes are. | |
af309447 | 34 | |
bb0054cd | 35 | |
6d75ea8f RD |
36 | Other Info |
37 | ---------- | |
e395c057 | 38 | |
6d75ea8f | 39 | Please also see the following files in this directory: |
e395c057 | 40 | |
1e4a197e RD |
41 | CHANGES.txt Information about new features, fixes, |
42 | etc. in each release. | |
43 | ||
44 | ../README.1st.txt Instructions for building wxGTK and | |
45 | wxPython on Unix-like platforms the | |
46 | "new way." | |
9c039d08 | 47 | |
1e4a197e RD |
48 | BUILD.unix.txt Instructions for building wxPython on |
49 | various Unix-like platforms the "old way." | |
7bf85405 | 50 | |
1e4a197e | 51 | BUILD.win32.txt Instructions for building wxPython on Windows. |
c127177f | 52 | |
1e4a197e | 53 | BUILD.osx.txt Instructions for building wxPython on Mac OS X. |
fe953afb | 54 | |
1e4a197e | 55 | licence/* Text of the wxWindows license. |
7bf85405 | 56 | |
c368d904 | 57 | |
2d0f46e3 | 58 | |
c368d904 | 59 | ----------------- |
5148fc8e RD |
60 | Robin Dunn |
61 | robin@alldunn.com | |
7bf85405 | 62 | |
7bf85405 RD |
63 | |
64 | ||
7bf85405 | 65 | |
607d79b8 RD |
66 | |
67 | ||
68 | ||
2d0f46e3 RD |
69 | |
70 |