]> git.saurik.com Git - wxWidgets.git/blob - wxPython/README.txt
improved deallocation fix for Visual C++ Multithreaded non DLL runtime
[wxWidgets.git] / wxPython / README.txt
1 wxPython README
2 ---------------
3
4 Welcome to the wonderful world of wxPython!
5
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:
13
14 python demo.py
15
16 There are also some sample mini applications available for you to run
17 and to play with as a learning exercise.
18
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:
25
26 wxPython-users-subscribe@lists.wxwindows.org
27
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.
34
35
36 Other Info
37 ----------
38
39 Please also see the following files in this directory:
40
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."
47
48 BUILD.unix.txt Instructions for building wxPython on
49 various Unix-like platforms the "old way."
50
51 BUILD.win32.txt Instructions for building wxPython on Windows.
52
53 BUILD.osx.txt Instructions for building wxPython on Mac OS X.
54
55 licence/* Text of the wxWindows license.
56
57
58
59 -----------------
60 Robin Dunn
61 robin@alldunn.com
62
63
64
65
66
67
68
69
70