wxWidgets/utils/wxPython
Robin Dunn 8211bdcc03 After bashing my head on the desk for being so stupid I fixed the
wxFloatBar for wxGTK the extremly EASY way...


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-01-19 22:09:38 +00:00
..
demo Various odds and ends, minor fixes, and cleanups... 2000-01-19 06:58:56 +00:00
distrib Various odds and ends, minor fixes, and cleanups... 2000-01-19 06:58:56 +00:00
lib After bashing my head on the desk for being so stupid I fixed the 2000-01-19 22:09:38 +00:00
modules Various odds and ends, minor fixes, and cleanups... 2000-01-19 06:58:56 +00:00
src Various odds and ends, minor fixes, and cleanups... 2000-01-19 06:58:56 +00:00
SWIG.patches wxPython 2.1b1: 1999-07-31 07:56:15 +00:00
tests Some little compilation fixes, etc. 1999-12-24 18:45:22 +00:00
.cvsignore wxPython stuff: 1999-11-07 07:49:09 +00:00
BUILD.txt Added wxEditor from Dirc Holtwic 1999-12-31 08:29:02 +00:00
buildall Added a simple makefile for those whose fingers can't type anything 1999-10-19 05:01:36 +00:00
buildall.bat New toolbar wrappers 1999-12-23 20:05:08 +00:00
CHANGES.txt Added wxEditor from Dirc Holtwic 1999-12-31 08:29:02 +00:00
Makefile Added a simple makefile for those whose fingers can't type anything 1999-10-19 05:01:36 +00:00
README.txt Split out the changelog 1999-12-03 19:36:21 +00:00

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

Welcome to the wonderful world of wxPython!

Once you have installed the wxPython extension module, you can try it
out by going to the [install dir]\wxPython\demo directory and typing:

    python demo.py

There are also some other sample files there for you to play with and
learn from.

If you selected to install the documentation then point your browser
to [install dir]\wxPython\docs\index.htm and you will then be looking
at the docs for wxWindows.  For the most part you can use the C++ docs
as most classes and methods are used identically.  Where there are
differences they are documented with a "wxPython Note."

On Win32 systems the binary self-installer creates a program group on
the Start Menu that contains a link to running the demo and a link to
the help file.  To help you save disk space I'm now using Microsoft's
HTML Help format.  If your system doesn't know what to do with the help
file, you can install the HTML Help Viewer as part of IE 4+, NT
Service Pack 4+, or the HTML Workshop at

http://msdn.microsoft.com/workshop/author/htmlhelp/download.asp.



Getting Help
------------

Since wxPython is a blending of multiple technologies, help comes from
multiple sources.  See the http://alldunn.com/wxPython for details on
various sources of help, but probably the best source is the
wxPython-users mail list.  You can view the archive or subscribe by
going to

       http://starship.python.net/mailman/listinfo/wxpython-users

Or you can send mail directly to the list using this address:

       wxpython-users@starship.python.net


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

Please also see the following files in this directory:

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

       BUILD.txt       Instructions for building wxPython on various
		       platforms.

       licence.txt     Text of the wxWindows license.


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