]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/README.txt
Added rules to wxListCtrl (MSW now, GTK+ soon)
[wxWidgets.git] / wxPython / README.txt
... / ...
CommitLineData
1wxPython README
2---------------
3
4Welcome to the wonderful world of wxPython!
5
6Once you have installed the wxPython extension module, you can try it
7out by going to the [install dir]\wxPython\demo directory and typing:
8
9 python demo.py
10
11There are also some other sample files there for you to play with and
12learn from.
13
14If you selected to install the documentation then point your browser
15to [install dir]\wxPython\docs\index.htm and you will then be looking
16at the docs for wxWindows. For the most part you can use the C++ docs
17as most classes and methods are used identically. Where there are
18differences they are documented with a "wxPython Note."
19
20On Win32 systems the binary self-installer creates a program group on
21the Start Menu that contains a link to running the demo and a link to
22the help file. To help you save disk space I'm now using Microsoft's
23HTML Help format. If your system doesn't know what to do with the help
24file, you can install the HTML Help Viewer as part of IE 4+, NT
25Service Pack 4+, or the HTML Workshop at
26
27http://msdn.microsoft.com/workshop/author/htmlhelp/download.asp.
28
29For some features, the latest common controls library from microsoft
30is required. You can get this by installing IE 5.0 or Office 2000.
31You can also get it independently from here:
32
33http://download.microsoft.com/download/platformsdk/Comctl32/5.80.2614.3600/W9XNT4/EN-US/50comupd.exe
34
35Windows 95 users may also need the WinSock 2.0 and OpenGL libraries.
36These can be found at these sites:
37
38
39http://www.microsoft.com/windows95/downloads/contents/wuadmintools/s_wunetworkingtools/w95sockets2/default.asp
40
41http://www.opengl.org/Downloads/Downloads.html
42
43
44
45Getting Help
46------------
47
48Since wxPython is a blending of multiple technologies, help comes from
49multiple sources. See the http://alldunn.com/wxPython for details on
50various sources of help, but probably the best source is the
51wxPython-users mail list. You can view the archive or subscribe by
52going to
53
54 http://wxwindows.org/mailman/listinfo/wxpython-users
55
56Or you can send mail directly to the list using this address:
57
58 wxpython-users@wxwindows.org
59
60
61Other Info
62----------
63
64Please also see the following files in this directory:
65
66 CHANGES.txt Information about new features, fixes, etc. in
67 each release.
68
69 BUILD.txt Instructions for building wxPython on various
70 platforms.
71
72 licence.txt Text of the wxWindows license.
73
74
75----------------
76Robin Dunn
77robin@alldunn.com
78
79
80
81
82
83
84