diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-22 13:45:26 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-22 13:45:26 (GMT) |
commit | f7538163b0cea658e0ed7b9030b3207b5c59b72e (patch) | |
tree | 4e70d26fd83cbcdcf9ec0b5edb4329cf74e6459d /Mac/OSX/Dist/resources | |
parent | 88821f7c2020eccd8c41cf1926be465abda7a1c4 (diff) | |
download | cpython-f7538163b0cea658e0ed7b9030b3207b5c59b72e.zip cpython-f7538163b0cea658e0ed7b9030b3207b5c59b72e.tar.gz cpython-f7538163b0cea658e0ed7b9030b3207b5c59b72e.tar.bz2 |
Files used for the 2.3rc1+ binary installer. This one has the size problem
fixed. It also attempts to force boot-disk-only installs, but this seems to
lead to a problem that you have to deselect and reselect the installation disk.
If no-one comes up with a fix RSN I'll revert to the previous situation and
explain in the readme that you cannot install on a non-system-disk.
Diffstat (limited to 'Mac/OSX/Dist/resources')
-rw-r--r-- | Mac/OSX/Dist/resources/Welcome.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Mac/OSX/Dist/resources/Welcome.txt b/Mac/OSX/Dist/resources/Welcome.txt index c977e91..7637852 100644 --- a/Mac/OSX/Dist/resources/Welcome.txt +++ b/Mac/OSX/Dist/resources/Welcome.txt @@ -1,8 +1,10 @@ -This program will install MacPython 2.3b2 for Mac OS X 10.2. Installation -on 10.0, 10.1 or the 10.3 seed is explicitly discouraged. +This package will install MacPython 2.3rc1+ for Mac OS X 10.2. +Installation on 10.0, 10.1 or the Panther seed is explicitly discouraged. +Installation requires approximately 20 MB of disk space, ignore the +message that it will take zero bytes. -MacPython consists of the Python programming language interpreter, plus -a set of programs to allow easy access to it for Mac users (an +MacPython consists of the Python programming language interpreter, +plus a set of programs to allow easy access to it for Mac users (an integrated development environment, a Python extension package manager), plus a set of pre-built extension modules that open up specific Macintosh technologies to Python programs (Carbon, AppleScript, |