Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f753816

Browse files
committed
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.
1 parent 88821f7 commit f753816

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

Mac/OSX/Dist/build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# TODO: Parameterize the versions, builddirs, etc...
66

77
# Script configs
8-
PYVERSION=2.3b2
8+
PYVERSION=2.3rc1plus
99
PYVER=2.3
10-
BUILDNUM=2
10+
BUILDNUM=6
1111
DOCLEANUP=no
1212

1313
PROGDIR="`dirname \"$0\"`"
@@ -126,10 +126,10 @@ python $PYTHONSRC/Mac/scripts/buildpkg.py \
126126
--Relocatable="NO" \
127127
--InstallOnly="YES" \
128128
--UseUserMask="NO" \
129+
--RootVolumeOnly="YES" \
129130
$INSTALLROOT \
130131
$RESOURCEDIR
131132

132-
## --RootVolumeOnly="YES" \
133133

134134
# ...and then make a disk image containing the package.
135135
mv MacPython-OSX.pkg $DMGDIR/root

Mac/OSX/Dist/resources/Welcome.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
This program will install MacPython 2.3b2 for Mac OS X 10.2. Installation
2-
on 10.0, 10.1 or the 10.3 seed is explicitly discouraged.
1+
This package will install MacPython 2.3rc1+ for Mac OS X 10.2.
2+
Installation on 10.0, 10.1 or the Panther seed is explicitly discouraged.
3+
Installation requires approximately 20 MB of disk space, ignore the
4+
message that it will take zero bytes.
35

4-
MacPython consists of the Python programming language interpreter, plus
5-
a set of programs to allow easy access to it for Mac users (an
6+
MacPython consists of the Python programming language interpreter,
7+
plus a set of programs to allow easy access to it for Mac users (an
68
integrated development environment, a Python extension package manager),
79
plus a set of pre-built extension modules that open up specific
810
Macintosh technologies to Python programs (Carbon, AppleScript,

0 commit comments

Comments
 (0)