-A. There are a few possible ways to get sources for wxWindows. You
- can download a released version from http://wxwindows.org/ or you
- can get current development sources from the CVS server. (Some
- information about annonymous CVS access is at
- http://wxwindows.org/cvs.htm.) The advantage of using CVS is that
- you can easily update as soon as the developers check in new
- sources or fixes. The advantage of using a released version is
- that it usually has had more testing done. You can decide which
- method is best for you.
+1. Get the sources
+------------------
+
+A. You can either use a tarball with the released version of the
+ source code for wxWindows/wxPython, or you can get current
+ development sources from the CVS repository. (Some information
+ about annonymous CVS access is at the http://wxwindows.org/cvs.htm
+ site.) The advantage of using CVS is that you can easily update as
+ soon as the developers check in new sources or fixes. The
+ advantage of using a released version is that it usually has had
+ more thorough testing done. You can decide which method is best
+ for you. The released version file is named
+ wxPythonSrc-[version].tar.gz and is available from the wxPython
+ website at http://wxpython.org/download.php. You can use WinZip to
+ unpack it if you don't have tar and gzip.