Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2004-06-22 07:46:00
Size: 581
Editor: twgate
Comment:
Revision 6 as of 2008-11-15 13:59:53
Size: 814
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Python =
Line 3: Line 2:
 * In the top level directory of the CD is a directory `python/`, containing installable versions for all major operating systems as well as the Python source code, if you want to compile it yourself.
 *
On the bootable Linux system, Python is already installed and ready to run:
  * Python 2.3.4 (latest and greatest, use this!)
  * Python 2.2.3
  * Python 2.1.3

= Installable Python packages =
In the top level directory of the CD is a directory `python/`, containing several packages of Python:
 * Python for Linux - most Linux distri
butions include Python, so we don't provide it for them
 * Python for Mac OS X
 * Python for Windows, win32all extension
 * Python for DOS - no
maintainer yet, so we only provide an URL
 *
Python source code, if you want to compile it yourself

= Ready-to-Use Python =
On the bootable Linux system, Python is already installed and ready to run:
 * Python 2.3.4 (latest and greatest, use this!)
 * Python 2.2.3
 * Python 2.1.3

The PythonCd includes the Python distribution in several forms:

Installable Python packages

In the top level directory of the CD is a directory python/, containing several packages of Python:

  • Python for Linux - most Linux distributions include Python, so we don't provide it for them
  • Python for Mac OS X
  • Python for Windows, win32all extension
  • Python for DOS - no maintainer yet, so we only provide an URL
  • Python source code, if you want to compile it yourself

Ready-to-Use Python

On the bootable Linux system, Python is already installed and ready to run:

  • Python 2.3.4 (latest and greatest, use this!)
  • Python 2.2.3
  • Python 2.1.3

The older versions are provided for satisfying dependencies of other stuff and to be able to try compatibility of your source code.

PythonCdCore (last edited 2008-11-15 13:59:53 by localhost)

Unable to edit the page? See the FrontPage for instructions.