]> git.saurik.com Git - wxWidgets.git/blame - wxPython/README.txt
gcc 3.1 warning fixes (patch 598343)
[wxWidgets.git] / wxPython / README.txt
CommitLineData
7bf85405
RD
1wxPython README
2---------------
3
c127177f
RD
4Welcome to the wonderful world of wxPython!
5
bb0054cd 6Once you have installed the wxPython extension module, you can try it
c127177f
RD
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."
af309447 19
bb0054cd
RD
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
a08cbc01 26
76bfdc78 27http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp
bb0054cd 28
f6bcfd97
BP
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
af309447
RD
43
44
45Getting Help
46------------
47
48Since wxPython is a blending of multiple technologies, help comes from
c368d904
RD
49multiple sources. See the http://wxPython.org/ for details on various
50sources of help, but probably the best source is the wxPython-users
51mail list. You can view the archive or subscribe by going to
af309447 52
b075a3bb 53 http://lists.wxwindows.org/mailman/listinfo/wxpython-users
af309447
RD
54
55Or you can send mail directly to the list using this address:
56
25832b3f 57 wxpython-users@lists.wxwindows.org
af309447 58
bb0054cd 59
6d75ea8f
RD
60Other Info
61----------
e395c057 62
6d75ea8f 63Please also see the following files in this directory:
e395c057 64
6d75ea8f
RD
65 CHANGES.txt Information about new features, fixes, etc. in
66 each release.
9c039d08 67
c368d904
RD
68 BUILD.unix.txt Instructions for building wxPython on various
69 Unix-like platforms.
7bf85405 70
c368d904 71 BUILD.win32.txt Instructions for building wxPython on Windows.
c127177f 72
fe953afb
RD
73 BUILD.osx.txt Instructions for building wxPython on Mac OS X.
74
c368d904 75 licence/* Text of the wxWindows license.
7bf85405 76
c368d904 77
2d0f46e3 78
c368d904 79-----------------
5148fc8e
RD
80Robin Dunn
81robin@alldunn.com
7bf85405 82
7bf85405
RD
83
84
7bf85405 85
607d79b8
RD
86
87
88
2d0f46e3
RD
89
90