• Home
  • Raw
  • Download

Lines Matching +full:build +full:- +full:mac +full:- +full:universal

2 .. _using-on-mac:
5 Using Python on a Mac
8 :Author: Bob Savage <bobsavage@mac.com>
11 Python on a Mac running macOS is in principle very similar to Python on
15 .. _getting-osx:
20 macOS used to come with Python 2.7 pre-installed between versions
21 10.8 and `12.3 <https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-no…
23 website (https://www.python.org). A current "universal binary" build of Python,
24 which runs natively on the Mac's new Intel and legacy PPC CPU's, is available
31 Python distributions; and PythonLauncher, which handles double-clicking Python
39 The Apple-provided build of Python is installed in
42 Apple-controlled and are used by Apple- or third-party software. Remember that
56 --------------------------
65 :program:`emacs` among them. If you want a more Mac-like editor,
80 script (or any .py script) through the finder Info window and double-click it.
82 launched. Option-dragging allows you to change these for one invocation, or use
86 .. _osx-gui-scripts:
89 --------------------------
100 -------------
104 Finder is non-standard as the Finder does not read your :file:`.profile` or
110 :ref:`mac-package-manager`.
123 .. _mac-package-manager:
137 GUI Programming on the Mac
140 There are several options for building GUI applications on the Mac with Python.
142 *PyObjC* is a Python binding to Apple's Objective-C/Cocoa framework, which is
143 the foundation of most modern Mac development. Information on PyObjC is
146 The standard Python GUI toolkit is :mod:`tkinter`, based on the cross-platform
147 Tk toolkit (https://www.tcl.tk). An Aqua-native version of Tk is bundled with OS
151 *wxPython* is another popular cross-platform GUI toolkit that runs natively on
154 *PyQt* is another popular cross-platform GUI toolkit that runs natively on
159 Distributing Python Applications on the Mac
162 The standard tool for deploying standalone Python applications on the Mac is
171 developers on the Mac:
173 https://www.python.org/community/sigs/current/pythonmac-sig/