From: Jack Jansen Date: Tue, 4 Nov 2003 21:03:01 +0000 (+0000) Subject: Files used for second build of MacPython for Panther additions. X-Git-Tag: v2.3.3c1~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=901d8aa95ddfe2f35215f5066724e58f1159cf90;p=thirdparty%2FPython%2Fcpython.git Files used for second build of MacPython for Panther additions. --- diff --git a/Mac/OSX/Dist/build.panther b/Mac/OSX/Dist/build.panther index 5e865f2acd9e..e97ea1cf5647 100755 --- a/Mac/OSX/Dist/build.panther +++ b/Mac/OSX/Dist/build.panther @@ -8,7 +8,7 @@ # Script configs PYVERSION=2.3 PYVER=2.3 -BUILDNUM=1 +BUILDNUM=2 DOCLEANUP=no PROGDIR="`dirname \"$0\"`" diff --git a/Mac/OSX/Dist/resources.panther/ReadMe.txt b/Mac/OSX/Dist/resources.panther/ReadMe.txt index 3c280e96ad63..80c41dea9bf7 100644 --- a/Mac/OSX/Dist/resources.panther/ReadMe.txt +++ b/Mac/OSX/Dist/resources.panther/ReadMe.txt @@ -1,5 +1,5 @@ -This package will install MacPython 2.3 for Mac OS X -10.3 beta (build 7B53 or later). +This package will install the second build of +the MacPython 2.3 additions for Mac OS X 10.3. Installation requires approximately 3.3 MB of disk space, ignore the message that it will take zero bytes. @@ -10,10 +10,9 @@ things will not work. This installer does not contain a Python engine, as Apple already includes that in 10.3. It does contain -a set of programs to allow easy -access to it for Mac users (an integrated development -environment, a Python extension package manager) and -the waste module. +a set of programs to allow easy access to it for Mac +users (an integrated development environment, a Python +extension package manager) and the waste module. The installer puts the applications in MacPython-2.3 in your Applications folder. @@ -22,6 +21,13 @@ The PythonIDE application has a Help command that gets you started quickly with MacPython and contains references to other documentation. +Changes since the first build: +- The startup crash of the IDE some people experienced + has been fixed. The IDE Scripts folder is now in + ~/Library/Python/IDE-Scripts. +- The full Python documentation can now be installed + through the Package Manager. + More information on MacPython can be found at http://www.cwi.nl/~jack/macpython.html, more information on Python in general at diff --git a/Mac/OSX/Dist/resources.panther/Welcome.rtf b/Mac/OSX/Dist/resources.panther/Welcome.rtf index 336f4788aade..6c591c28c925 100644 --- a/Mac/OSX/Dist/resources.panther/Welcome.rtf +++ b/Mac/OSX/Dist/resources.panther/Welcome.rtf @@ -4,10 +4,10 @@ \paperw11904\paperh16835\margl1440\margr1440\vieww9920\viewh10660\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural -\f0\fs24 \cf0 This package will install +\f0\fs24 \cf0 This package will install the second build of the \f1\b MacPython 2.3 -\f0\b0 for -\f1\b Mac OS X 10.3 beta (7B53 or later) +\f0\b0 additions for +\f1\b Mac OS X 10.3 \f0\b0 . \ \ MacPython consists of the programs to allow easy access to Python for Mac users (an integrated development environment, a Python extension package manager), and uses the Python 2.3 interpreter core that comes pre-installed on 10.3.\ diff --git a/Mac/OSX/Makefile.panther b/Mac/OSX/Makefile.panther index 04da5b56b22a..4ed7217c479b 100644 --- a/Mac/OSX/Makefile.panther +++ b/Mac/OSX/Makefile.panther @@ -25,7 +25,7 @@ install_IDE: DESTDIR=$(DESTDIR) PYTHONAPPSDIR=$(PYTHONAPPSDIR) # Add the extra file to the resources. This is to work around a bugs in # PythonIDEMain.py in the original 2.3. - cp ../Tools/IDE/PythonIDEMain.py $(DESDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources + cp ../Tools/IDE/PythonIDEMain.py $(DESTDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources install_PackageManager: $(MAKE) -f Makefile install_PackageManager \