wxWidgets/wxPython/docs
Robin Dunn 38b97c15ac Moved xrc out of contrib and into the core source dir, just like in
C++.  It will now always be built.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-09-23 16:49:01 +00:00
..
bin build a tarball when building the new docs 2004-07-22 01:01:58 +00:00
screenshots Removed some old, outdated, unfinished, or unstarted docs and the 2004-03-26 21:56:14 +00:00
xml New SWIG runtime files and api updates for the move to SWIG 1.3.22 2004-09-09 18:48:25 +00:00
.cvsignore Added XML simplification scripts for generating the wxPython metadata xml. 2003-12-23 17:45:54 +00:00
BUILD.html regenerated ReST docs 2004-08-27 23:11:31 +00:00
BUILD.txt more doc fixes and clarifications 2004-09-01 23:52:33 +00:00
CHANGES.html regenerated ReST docs 2004-08-27 23:11:31 +00:00
CHANGES.txt Moved xrc out of contrib and into the core source dir, just like in 2004-09-23 16:49:01 +00:00
default.css wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
docutils.conf Some more explainations in places, typos fixed, a little reorg, etc. 2004-03-26 23:13:47 +00:00
INSTALL.html Regenned the ReST docs 2004-06-09 05:40:10 +00:00
INSTALL.txt more doc fixes and clarifications 2004-09-01 23:52:33 +00:00
MigrationGuide.html regenerated ReST docs 2004-08-27 23:11:31 +00:00
MigrationGuide.txt Fixed typo 2004-09-10 20:08:01 +00:00
PyManual.html Regenned the ReST docs 2004-06-09 05:40:10 +00:00
PyManual.txt removed stuff about the decorator classes 2004-04-15 18:12:15 +00:00
README.html Regenerated ReST docs, removed the config setting that outputs the 2004-03-30 00:15:45 +00:00
README.txt Namechange changes 2004-03-02 23:49:39 +00:00
wxPackage.html Regenerated ReST docs, removed the config setting that outputs the 2004-03-30 00:15:45 +00:00
wxPackage.txt Other doc updates 2004-03-26 21:27:23 +00:00
wxPython-epydoc.css Docstrings for the sizers 2004-06-04 05:18:49 +00:00
wxPythonManual.html Regenerated ReST docs, removed the config setting that outputs the 2004-03-30 00:15:45 +00:00
wxPythonManual.txt Other doc updates 2004-03-26 21:27:23 +00:00

wxPython README
---------------

Welcome to the wonderful world of wxPython!

So where do you go from here?  The best thing to do is to run the demo
and use its source code to help you learn how to use wxPython.  Most
of the classes available are demonstrated there, and you can view the
sources directly in the demo so it is designed to help you learn.  If
you are on Windows or OS X then you can run the demo just by double
clicking it's icon.  If you are on Linux/Unix then change to the
directory containing the demo and type:

    python demo.py

There are also some sample mini applications available for you to run
and to play with as a learning exercise.

The next thing you should do is join the wxPython-users maillist where
you can interact with a community of other users and developers who
are willing to help you learn, answer questions and solve problems.
To join the mail list just go to this web page and follow the
instructions there:

             http://wxpython.org/maillist.php

There is also a good set of class reference documentation available
for wxPython, but currently it is geared for the C++ user.  This may
be a little daunting at first, but with a little practice you'll
easily be able to "mentally translate" from the C++ shown into Python.
(See http://wiki.wxpython.org/index.cgi/C_2b_2bGuideForwxPythoneers
for a little help on this process.) Not all classes documented are
available in Python, but most of the GUI related classes are.


Other Info
----------

Please also see the following files:

   docs/CHANGES.txt        Information about new features, fixes,
                           etc. in each release.

   docs/BUILD.txt          Instructions for building wxPython on
                           various Unix-like platforms, OS X or
                           Windows.

   docs/MigrationGuide.txt Information about some big changes from 2.4
                           to 2.5 that require changes to your
                           applications

   licence/*               Text of the wxWidgets license.



--
Robin Dunn
robin@alldunn.com