cpython/Mac/BuildScript/resources
Ned Deily 2a6f4b3327 Merged revisions 88003 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88003 | ned.deily | 2011-01-14 20:37:12 -0800 (Fri, 14 Jan 2011) | 5 lines

  #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,
          rather than the currently problematic Apple-supplied one,
          when running with the 64-/32-bit installer variant.
........
2011-01-30 00:18:47 +00:00
..
ReadMe.txt Merged revisions 88003 via svnmerge from 2011-01-30 00:18:47 +00:00
Welcome.rtf Merged revisions 88003 via svnmerge from 2011-01-30 00:18:47 +00:00
background.jpg mv Mac/OSX/BuildScript one level up 2006-06-07 18:58:42 +00:00

ReadMe.txt

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

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.

Python consists of the Python programming language interpreter, plus
a set of programs to allow easy access to it for Mac users including
an integrated development environment, IDLE, plus a set of pre-built
extension modules that open up specific Macintosh technologies to
Python programs.

                    **** IMPORTANT ****
                    
Before using IDLE or other programs using the tkinter graphical user
interface toolkit, visit http://www.python.org/download/mac/tcltk/
for current information about supported and recommended versions
of Tcl/Tk for this version of Python and Mac OS X.

                    *******************

The installer puts applications, an "Update Shell Profile" command,
and an Extras folder containing demo programs and tools into the
"Python $VERSION" subfolder of the system Applications folder,
and puts the underlying machinery into the folder
$PYTHONFRAMEWORKINSTALLDIR. It can
optionally place links to the command-line tools in /usr/local/bin as
well. Double-click on the "Update Shell Profile" command to add the
"bin" directory inside the framework to your shell's search path.

More information on Python in general can be found at
http://www.python.org.