-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.sourceforge.net/mailman/listinfo/wxpython-users
-
-Or you can send mail directly to the list using this address:
-
- wxpython-users@lists.sourceforge.net
+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.