]> git.saurik.com Git - wxWidgets.git/blame - wxPython/README.txt
Don't pass notifications to wxMenuBarManager. It will be getting its own.
[wxWidgets.git] / wxPython / README.txt
CommitLineData
7bf85405
RD
1wxPython README
2---------------
3
c127177f
RD
4Welcome to the wonderful world of wxPython!
5
1e4a197e
RD
6So where do you go from here? The best thing to do is to run the demo
7and use its source code to help you learn how to use wxPython. Most
8of the classes available are demonstrated there, and you can view the
9sources directly in the demo so it is designed to help you learn. If
10you are on Windows or OS X then you can run the demo just by double
11clicking it's icon. If you are on Linux/Unix then change to the
12directory containing the demo and type:
c127177f
RD
13
14 python demo.py
15
1e4a197e
RD
16There are also some sample mini applications available for you to run
17and to play with as a learning exercise.
c127177f 18
1e4a197e
RD
19The next thing you should do is join the wxPython-users maillist where
20you can interact with a community of other users and developers who
21are willing to help you learn, answer questions and solve problems.
8b9a4190
RD
22To join the mail list just go to this web page and follow the
23instructions there:
af309447 24
8b9a4190 25 http://wxpython.org/maillist.php
a08cbc01 26
1e4a197e
RD
27There is also a good set of class reference documentation available
28for wxPython, but currently it is geared for the C++ user. This may
29be a little daunting at first, but with a little practice you'll
8b9a4190
RD
30easily be able to "mentally translate" from the C++ shown into Python.
31(See http://wiki.wxpython.org/index.cgi/C_2b_2bGuideForwxPythoneers
32for a little help on this process.) Not all classes documented are
33available in Python, but most of the GUI related classes are.
af309447 34
bb0054cd 35
6d75ea8f
RD
36Other Info
37----------
e395c057 38
6d75ea8f 39Please 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
60Robin Dunn
61robin@alldunn.com
7bf85405 62
7bf85405
RD
63
64
7bf85405 65
607d79b8
RD
66
67
68
2d0f46e3
RD
69
70