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">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1" />
6 <meta name=
"generator" content=
"Docutils 0.4: http://docutils.sourceforge.net/" />
8 <style type=
"text/css">
11 :Author: David Goodger
12 :Contact: goodger@users.sourceforge.net
15 :Copyright: This stylesheet has been placed in the public domain.
17 Default cascading style sheet for the HTML output of Docutils.
19 See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
20 customize this style sheet.
23 /* used to remove borders from tables and images */
24 .borderless, table.borderless td, table.borderless th {
27 table.borderless td, table.borderless th {
28 /* Override padding for "table.docutils td" with "! important".
29 The right padding separates the table cells. */
30 padding:
0 0.5em
0 0 ! important }
33 /* Override more specific margin styles with "! important". */
34 margin-top:
0 ! important }
36 .last, .with-subtitle {
37 margin-bottom:
0 ! important }
43 text-decoration: none ;
50 margin-bottom:
0.5em }
52 /* Uncomment (and remove this text!) to get bold-faced definition list terms
60 div.abstract p.topic-title {
64 div.admonition, div.attention, div.caution, div.danger, div.error,
65 div.hint, div.important, div.note, div.tip, div.warning {
67 border: medium outset ;
70 div.admonition p.admonition-title, div.hint p.admonition-title,
71 div.important p.admonition-title, div.note p.admonition-title,
72 div.tip p.admonition-title {
74 font-family: sans-serif }
76 div.attention p.admonition-title, div.caution p.admonition-title,
77 div.danger p.admonition-title, div.error p.admonition-title,
78 div.warning p.admonition-title {
81 font-family: sans-serif }
83 /* Uncomment (and remove this text!) to get reduced vertical space in
85 div.compound .compound-first, div.compound .compound-middle {
86 margin-bottom:
0.5em }
88 div.compound .compound-last, div.compound .compound-middle {
97 div.dedication p.topic-title {
105 div.footer, div.header {
114 div.line-block div.line-block {
121 border: medium outset ;
123 background-color: #ffffee ;
128 div.sidebar p.rubric {
129 font-family: sans-serif ;
132 div.system-messages {
135 div.system-messages h1 {
139 border: medium outset ;
142 div.system-message p.system-message-title {
149 h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
150 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
168 ol.simple, ul.simple {
172 list-style: decimal }
175 list-style: lower-alpha }
178 list-style: upper-alpha }
181 list-style: lower-roman }
184 list-style: upper-roman }
198 white-space: nowrap }
207 font-family: sans-serif ;
212 font-family: sans-serif ;
224 pre.literal-block, pre.doctest-block {
227 background-color: #eeeeee }
230 font-family: sans-serif ;
231 font-style: oblique }
233 span.classifier-delimiter {
234 font-family: sans-serif ;
238 font-family: sans-serif }
241 white-space: nowrap }
249 span.section-subtitle {
250 /* font-size relative to parent (h1..h6 element) */
254 border-left: solid
1px gray;
262 margin-bottom:
0.5em }
265 border-left: solid
1px black;
268 table.docutils td, table.docutils th,
269 table.docinfo td, table.docinfo th {
270 padding-left:
0.5em ;
271 padding-right:
0.5em ;
272 vertical-align: top }
274 table.docutils th.field-name, table.docinfo th.docinfo-name {
277 white-space: nowrap ;
280 h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
281 h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
285 background-color: #eeeeee }
288 list-style-type: none }
293 <div class=
"document">
294 <div class=
"section">
295 <h1><a id=
"wxpython-readme" name=
"wxpython-readme">wxPython README
</a></h1>
296 <p>Welcome to the wonderful world of wxPython!
</p>
297 <p>So where do you go from here? The best thing to do is to run the demo
298 and use its source code to help you learn how to use wxPython. Most
299 of the classes available are demonstrated there, and you can view the
300 sources directly in the demo so it is designed to help you learn. If
301 you are on Windows or OS X then you can run the demo just by double
302 clicking it's icon. If you are on Linux/Unix then change to the
303 directory containing the demo and type:
</p>
305 python demo.py
</blockquote>
306 <p>There are also some sample mini applications available for you to run
307 and to play with as a learning exercise.
</p>
308 <p>The next thing you should do is join the wxPython-users maillist where
309 you can interact with a community of other users and developers who
310 are willing to help you learn, answer questions and solve problems.
311 To join the mail list just go to this web page and follow the
312 instructions there:
</p>
314 <a class=
"reference" href=
"http://wxpython.org/maillist.php">http://wxpython.org/maillist.php
</a></blockquote>
315 <p>There is also a good set of class reference documentation available
316 for wxPython, but currently it is geared for the C++ user. This may
317 be a little daunting at first, but with a little practice you'll
318 easily be able to
"mentally translate
" from the C++ shown into Python.
319 (See
<a class=
"reference" href=
"http://wiki.wxpython.org/index.cgi/C_2b_2bGuideForwxPythoneers">http://wiki.wxpython.org/index.cgi/C_2b_2bGuideForwxPythoneers
</a>
320 for a little help on this process.) Not all classes documented are
321 available in Python, but most of the GUI related classes are.
</p>
323 <div class=
"section">
324 <h1><a id=
"other-info" name=
"other-info">Other Info
</a></h1>
325 <p>Please also see the following files:
</p>
327 <dl class=
"docutils">
328 <dt>docs/CHANGES.txt Information about new features, fixes,
</dt>
329 <dd>etc. in each release.
</dd>
330 <dt>docs/BUILD.txt Instructions for building wxPython on
</dt>
331 <dd>various Unix-like platforms, OS X or
333 <dt>docs/MigrationGuide.txt Information about some big changes from
2.4</dt>
334 <dd>to
2.5 that require changes to your
337 <p>licence/* Text of the wxWidgets license.
</p>
341 <a class=
"reference" href=
"mailto:robin@alldunn.com">robin
@alldunn.com
</a></p>