cpython/Mac/BuildScript/resources
Ronald Oussoren 2160015915 Make it possible to install a framework build of Python 3.x on OSX.
This the build machinery on OSX to re-enable building (and installing)
PythonLauncher.app and IDLE.app.

This needs ports of fixes to Lib/distutils/util.py and Include/pymacconfig.h
to be fully functiontional, to be fully functional.

I also have a patch for Makefile.pre.in that I'll post on bugs.python.org
for review.
2008-12-30 12:59:02 +00:00
..
background.jpg Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
ReadMe.txt Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from 2008-05-04 22:42:01 +00:00
Welcome.rtf Make it possible to install a framework build of Python 3.x on OSX. 2008-12-30 12:59:02 +00:00

This package will install MacPython $FULL_VERSION for Mac OS X
$MACOSX_DEPLOYMENT_TARGET for the following 
architecture(s): $ARCHITECTURES.

Separate installers are available for older versions
of Mac OS X, see the homepage, below.

Installation requires approximately $INSTALL_SIZE MB of disk
space, ignore the message that it will take zero bytes.

You must install onto your current boot disk, even
though the installer does not enforce this, otherwise
things will not work.

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, an applet builder), plus a set of pre-built 
extension modules that open up specific Macintosh technologies 
to Python programs (Carbon, AppleScript, Quicktime, more).

The installer puts the applications in "Python $VERSION" 
in your Applications folder, command-line tools in
/usr/local/bin and the underlying machinery in
$PYTHONFRAMEWORKINSTALLDIR.

More information on MacPython can be found at
http://www.cwi.nl/~jack/macpython and
http://pythonmac.org/.  More information on
Python in general can be found at
http://www.python.org.