• Home
  • Raw
  • Download

Lines Matching refs:Python

5 Using Python on a Macintosh
11 Python on a Macintosh running Mac OS X is in principle very similar to Python on
17 Python on Mac OS 9 or earlier can be quite different from Python on Unix or
19 supported, starting with Python 2.4. See http://www.cwi.nl/~jack/macpython for
28 Mac OS X 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you
29 are invited to install the most recent version of Python from the Python website
30 (https://www.python.org). A current "universal binary" build of Python, which
37 Python distributions; PythonLauncher, which handles double-clicking Python
39 package Python scripts as standalone applications on your system.
41 * A framework :file:`/Library/Frameworks/Python.framework`, which includes the
42 Python executable and libraries. The installer adds this location to your shell
44 symlink to the Python executable is placed in /usr/local/bin/.
46 The Apple-provided build of Python is installed in
47 :file:`/System/Library/Frameworks/Python.framework` and :file:`/usr/bin/python`,
50 if you choose to install a newer Python version from python.org, you will have
51 two different but functional Python installations on your computer, so it will
54 IDLE includes a help menu that allows you to access Python documentation. If you
55 are completely new to Python you should start reading the tutorial introduction
58 If you are familiar with Python on other Unix platforms you should read the
59 section on running Python scripts from the Unix shell.
62 How to run a Python script
65 Your best way to get started with Python on Mac OS X is through the IDLE
69 If you want to run Python scripts from the Terminal window command line or from
98 With older versions of Python, there is one Mac OS X quirk that you need to be
103 With Python 2.7, you can use either :program:`python` or :program:`pythonw`.
109 Python on OS X honors all standard Unix environment variables such as
116 For more information on installation Python packages in MacPython, see section
132 Installing Additional Python Packages
135 There are several methods to install additional Python packages:
137 * Packages can be installed via the standard Python distutils mode (``python
147 There are several options for building GUI applications on the Mac with Python.
149 *PyObjC* is a Python binding to Apple's Objective-C/Cocoa framework, which is
153 The standard Python GUI toolkit is :mod:`Tkinter`, based on the cross-platform
166 Distributing Python Applications on the Mac
170 packaging small Python scripts on your own machine to run as a standard Mac
171 application. This tool, however, is not robust enough to distribute Python
174 The standard tool for deploying standalone Python applications on the Mac is
182 The MacPython mailing list is an excellent support resource for Python users and