source: python/trunk/Mac/BuildScript/resources/ReadMe.txt

Last change on this file was 391, checked in by dmik, 12 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 2.7 KB
Line 
1This package will install Python $FULL_VERSION for Mac OS X
2$MACOSX_DEPLOYMENT_TARGET for the following architecture(s):
3$ARCHITECTURES.
4
5 **** IMPORTANT ****
6
7Installing on OS X 10.8 (Mountain Lion) or later systems
8========================================================
9
10If you are attempting to install on an OS X 10.8+ system, you may
11see a message that Python can't be installed because it is from an
12unidentified developer. This is because this Python installer
13package is not yet compatible with the Gatekeeper security feature
14introduced in OS X 10.8. To allow Python to be installed, you
15can override the Gatekeeper policy for this install. In the Finder,
16instead of double-clicking, control-click or right click the "Python"
17installer package icon. Then select "Open using ... Installer" from
18the contextual menu that appears.
19
20 **** IMPORTANT ****
21
22Update your version of Tcl/Tk to use IDLE or other Tk applications
23==================================================================
24
25To use IDLE or other programs that use the Tkinter graphical user
26interface toolkit, you may need to install a newer third-party version
27of the Tcl/Tk frameworks. Visit http://www.python.org/download/mac/tcltk/
28for current information about supported and recommended versions of
29Tcl/Tk for this version of Python and of Mac OS X.
30
31
32Using this version of Python on OS X
33====================================
34
35Python consists of the Python programming language interpreter, plus
36a set of programs to allow easy access to it for Mac users including
37an integrated development environment, IDLE, plus a set of pre-built
38extension modules that open up specific Macintosh technologies to
39Python programs.
40
41The installer puts applications, an "Update Shell Profile" command,
42and a link to the optionally installed Python Documentation into the
43"Python $VERSION" subfolder of the system Applications folder,
44and puts the underlying machinery into the folder
45$PYTHONFRAMEWORKINSTALLDIR. It can
46optionally place links to the command-line tools in /usr/local/bin as
47well. Double-click on the "Update Shell Profile" command to add the
48"bin" directory inside the framework to your shell's search path.
49
50You must install onto your current boot disk, even though the
51installer may not enforce this, otherwise things will not work.
52
53You can verify the integrity of the disk image file containing the
54installer package and this ReadMe file by comparing its md5 checksum
55and size with the values published on the release page linked at
56http://www.python.org/download/
57
58Installation requires approximately $INSTALL_SIZE MB of disk space,
59ignore the message that it will take zero bytes.
60
61More information on Python in general can be found at
62http://www.python.org.
Note: See TracBrowser for help on using the repository browser.