]>
Commit | Line | Data |
---|---|---|
8eda5e35 RD |
1 | <?xml version="1.0" encoding="iso-8859-1" ?> |
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
4 | <head> | |
5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
6 | <meta name="generator" content="Docutils 0.3.1: http://docutils.sourceforge.net/" /> | |
7 | <link rel="stylesheet" href="default.css" type="text/css" /> | |
8 | </head> | |
9 | <body> | |
10 | <div class="document"> | |
11 | <div class="section" id="wxpython-readme"> | |
12 | <h1><a name="wxpython-readme">wxPython README</a></h1> | |
13 | <p>Welcome to the wonderful world of wxPython!</p> | |
14 | <p>So where do you go from here? The best thing to do is to run the demo | |
15 | and use its source code to help you learn how to use wxPython. Most | |
16 | of the classes available are demonstrated there, and you can view the | |
17 | sources directly in the demo so it is designed to help you learn. If | |
18 | you are on Windows or OS X then you can run the demo just by double | |
19 | clicking it's icon. If you are on Linux/Unix then change to the | |
20 | directory containing the demo and type:</p> | |
21 | <blockquote> | |
22 | python demo.py</blockquote> | |
23 | <p>There are also some sample mini applications available for you to run | |
24 | and to play with as a learning exercise.</p> | |
25 | <p>The next thing you should do is join the wxPython-users maillist where | |
26 | you can interact with a community of other users and developers who | |
27 | are willing to help you learn, answer questions and solve problems. | |
28 | To join the mail list just go to this web page and follow the | |
29 | instructions there:</p> | |
30 | <blockquote> | |
31 | <a class="reference" href="http://wxpython.org/maillist.php">http://wxpython.org/maillist.php</a></blockquote> | |
32 | <p>There is also a good set of class reference documentation available | |
33 | for wxPython, but currently it is geared for the C++ user. This may | |
34 | be a little daunting at first, but with a little practice you'll | |
35 | easily be able to "mentally translate" from the C++ shown into Python. | |
36 | (See <a class="reference" href="http://wiki.wxpython.org/index.cgi/C_2b_2bGuideForwxPythoneers">http://wiki.wxpython.org/index.cgi/C_2b_2bGuideForwxPythoneers</a> | |
37 | for a little help on this process.) Not all classes documented are | |
38 | available in Python, but most of the GUI related classes are.</p> | |
39 | </div> | |
40 | <div class="section" id="other-info"> | |
41 | <h1><a name="other-info">Other Info</a></h1> | |
42 | <p>Please also see the following files:</p> | |
43 | <blockquote> | |
44 | <dl> | |
45 | <dt>docs/CHANGES.txt Information about new features, fixes,</dt> | |
46 | <dd>etc. in each release.</dd> | |
47 | <dt>docs/BUILD.txt Instructions for building wxPython on</dt> | |
48 | <dd>various Unix-like platforms, OS X or | |
49 | Windows.</dd> | |
50 | <dt>docs/MigrationGuide.txt Information about some big changes from 2.4</dt> | |
51 | <dd>to 2.5 that require changes to your | |
52 | applications</dd> | |
53 | </dl> | |
fc33e5e1 | 54 | <p>licence/* Text of the wxWidgets license.</p> |
8eda5e35 RD |
55 | </blockquote> |
56 | <p>-- | |
57 | Robin Dunn | |
58 | <a class="reference" href="mailto:robin@alldunn.com">robin@alldunn.com</a></p> | |
59 | </div> | |
60 | </div> | |
8eda5e35 RD |
61 | </body> |
62 | </html> |