wxWidgets/wxPython
Robin Dunn 6e18ca6cf4 Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
wxMutexGuiLocker and wxThread_IsMain to assist with dealing with GUI
access from non-GUI threads.

wxPyOnDemandOutputWindow is now thread safe if non-GUI threads use
print, sys.stdout.write, etc.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-03-26 22:17:24 +00:00
..
contrib Removed initial startup dependency on the OpenGL DLLs so only the 2001-03-26 21:31:04 +00:00
demo enhanced a comment ;-) 2001-03-15 00:35:30 +00:00
distrib Copied/merged from the 2.2 branch. 2001-02-16 08:19:50 +00:00
samples Added some simple sample apps 2001-03-10 05:07:25 +00:00
src Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave, 2001-03-26 22:17:24 +00:00
SWIG *** empty log message *** 2000-12-11 02:33:52 +00:00
tests Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave, 2001-03-26 22:17:24 +00:00
wxPython a fix for the last fix 2001-03-26 22:15:33 +00:00
.cvsignore Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
b Copied/merged from the 2.2 branch. 2001-02-16 08:19:50 +00:00
b.bat Fixed a bunch of leaking references in how the callbacks deal with 2000-12-10 08:37:52 +00:00
BUILD.unix.txt New typemaps for wxString when compiling for Python 2.0 and beyond 2000-11-21 03:44:14 +00:00
BUILD.win32.txt Removed initial startup dependency on the OpenGL DLLs so only the 2001-03-26 21:31:04 +00:00
CHANGES.txt Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave, 2001-03-26 22:17:24 +00:00
MANIFEST.in Added some simple sample apps 2001-03-10 05:07:25 +00:00
my_distutils.py Massive code changes and cleanup to allow wxPython to be split into 2000-12-22 00:06:04 +00:00
my_install_data.py Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
README.txt some little doc tweaks 2001-03-26 21:19:58 +00:00
setup.cfg Merged wxPython 2.2.2 over to the main branch 2000-10-30 21:08:42 +00:00
setup.py Removed initial startup dependency on the OpenGL DLLs so only the 2001-03-26 21:31:04 +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.

For some features, the latest common controls library from microsoft
is required.  You can get this by installing IE 5.0 or Office 2000.
You can also get it independently from here:

http://download.microsoft.com/download/platformsdk/Comctl32/5.80.2614.3600/W9XNT4/EN-US/50comupd.exe

Windows 95 users may also need the WinSock 2.0 and OpenGL libraries.
These can be found at these sites:


http://www.microsoft.com/windows95/downloads/contents/wuadmintools/s_wunetworkingtools/w95sockets2/default.asp

http://www.opengl.org/Downloads/Downloads.html



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

Since wxPython is a blending of multiple technologies, help comes from
multiple sources.  See the http://wxPython.org/ 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://lists.wxwindows.org/mailman/listinfo/wxpython-users

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

       wxpython-users@lists.sourceforge.net


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

Please also see the following files in this directory:

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

       BUILD.unix.txt  Instructions for building wxPython on various
		       Unix-like platforms.

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

       licence/*       Text of the wxWindows license.



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