Lines Matching full:macos
2 Python on macOS README
10 This document provides a quick overview of some macOS specific features in
13 Compilers for building on macOS
16 The core developers primarily test builds on macOS with Apple's compiler tools,
21 For example, for macOS 12 we support Xcode 13 and Xcode 14 (or the corresponding
26 macOS specific arguments to configure
33 _`Building and using a framework-based Python on macOS` for more
57 The optional argument specifies which macOS SDK should be used to perform the
60 Line Tools developer directory will be used. See the macOS ``xcrun`` man page
61 for more information. Current versions of macOS and Xcode no longer install
66 and since macOS 10.14, no longer possible to force the installation of system
76 as of macOS 10.15 Catalina, 32-bit execution is no longer supported by
85 Building and using a universal binary of Python on macOS
92 CPU architecture. A universal macOS executable file or library combines the
95 macOS 10.4 to add support for Intel-based Macs to the existing PowerPC (PPC)
96 machines. In macOS 10.5 support was extended to 64-bit Intel and 64-bit PPC
98 of architectures depending on the build tools and macOS version in use.
99 Note that PPC support was removed in macOS 10.7 and 32-bit Intel support
100 was removed in macOS 10.15. So currently as of macOS 10.15, macOS only
114 unix build. Universal builds were first supported with macOS 10.4 with Xcode 2.1
115 and the 10.4u SDK. Starting with Xcode 3 and macOS 10.5, more configurations are
121 component appropriate for the macOS release you are running on. See the
153 on a system running macOS 10.5 or later. The ``all`` and ``64-bit`` flavors can
155 macOS 10.5. Although legacy ``ppc`` support was included with Xcode 3 on macOS
156 10.6, it was removed in Xcode 4, versions of which were released on macOS 10.6
157 and which is the standard for macOS 10.7. To summarize, the
203 Building and using a framework-based Python on macOS
212 from a macOS application bundle (".app").
237 Yes, probably. If you want Tkinter support you need to get the macOS AquaTk
238 distribution, this is installed by default on macOS 10.4 or later. Be
239 aware, though, that the Cocoa-based AquaTk's supplied starting with macOS
241 installing a newer version before building on macOS 10.6 or later, such as
253 applications (full-blown macOS .app applications, that is) in
303 ``pythonwx.x`` which in early releases of Python on macOS was required to run
320 script on macOS 10.4 or later and with Xcode 2.1 or later installed.
322 available out of the box with macOS 10.4 so you may have to install
330 minimum macOS version supported.
364 macOS does not provide a central uninstaller.
382 to macOS 10.9. This is done through weak linking of symbols introduced in macOS
385 This requires the use of Apple's compiler toolchain on macOS 10.13 or later.
415 * https://www.python.org/downloads/macos/