wxWidgets/wxPython
Robin Dunn 77762d0f1e reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-15 23:12:27 +00:00
..
contrib reSWIGged 2003-08-15 23:12:27 +00:00
demo reSWIGged 2003-08-14 03:58:15 +00:00
distrib User the version number in the dir name of the private wxWindows install. 2003-07-18 02:28:09 +00:00
distutils Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
docs wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
samples Added Python wrappers for wxRTTI for the wxVScrolledWindow, 2003-08-08 21:32:52 +00:00
scripts wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
src reSWIGged 2003-08-15 23:12:27 +00:00
wx wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
wxPython only match the regex at the end of the string 2003-08-07 15:08:00 +00:00
wxSWIG wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
.cvsignore wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
b Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
b.bat Use multi-lib build on MSW, and other tweaks 2003-08-14 03:56:41 +00:00
BUILD.osx.txt Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
BUILD.unix.txt Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
BUILD.win32.txt wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
CHANGES.txt Added Python wrappers for wxRTTI for the wxVScrolledWindow, 2003-08-08 21:32:52 +00:00
MANIFEST.in wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2) 2003-07-02 23:13:10 +00:00
README.txt Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) 2003-03-25 06:35:27 +00:00
setup.cfg Some distribution tweaks 2001-05-22 18:22:04 +00:00
setup.py Use multi-lib build on MSW, and other tweaks 2003-08-14 03:56:41 +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 send an email message to the following
address from the account you want to receive the mail messages from
the list:

    wxPython-users-subscribe@lists.wxwindows.org

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 "translate" from the C++ shown there to Python.  Not
all classes documented are available in Python, but most of the GUI
related classes are.


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

Please also see the following files in this directory:

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

       ../README.1st.txt   Instructions for building wxGTK and
                           wxPython on Unix-like platforms the
			   "new way."

       BUILD.unix.txt	   Instructions for building wxPython on
			   various Unix-like platforms the "old way."

       BUILD.win32.txt     Instructions for building wxPython on Windows.

       BUILD.osx.txt       Instructions for building wxPython on Mac OS X.

       licence/*           Text of the wxWindows license.



-----------------
Robin Dunn
robin@alldunn.com