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