• Home
  • Raw
  • Download

Lines Matching full:macos

2 Python on macOS README
10 This document provides a quick overview of some macOS specific features in
13 macOS specific arguments to configure
20 _`Building and using a framework-based Python on macOS` for more
44 The optional argument specifies which macOS SDK should be used to perform the
47 Line Tools developer directory will be used. See the macOS ``xcrun`` man page
48 for more information. Current versions of macOS and Xcode no longer install
53 and since macOS 10.14, no longer possible to force the installation of system
63 as of macOS 10.15 Catalina, 32-bit execution is no longer supported by
72 Building and using a universal binary of Python on macOS
79 CPU architecture. A universal macOS executable file or library combines the
82 macOS 10.4 to add support for Intel-based Macs to the existing PowerPC (PPC)
83 machines. In macOS 10.5 support was extended to 64-bit Intel and 64-bit PPC
85 of architectures depending on the build tools and macOS version in use.
86 Note that PPC support was removed in macOS 10.7 and 32-bit Intel support
87 was removed in macOS 10.15. So currently as of macOS 10.15, macOS only
101 unix build. Universal builds were first supported with macOS 10.4 with Xcode 2.1
102 and the 10.4u SDK. Starting with Xcode 3 and macOS 10.5, more configurations are
108 component appropriate for the macOS release you are running on. See the
140 on a system running macOS 10.5 or later. The ``all`` and ``64-bit`` flavors can
142 macOS 10.5. Although legacy ``ppc`` support was included with Xcode 3 on macOS
143 10.6, it was removed in Xcode 4, versions of which were released on macOS 10.6
144 and which is the standard for macOS 10.7. To summarize, the
190 Building and using a framework-based Python on macOS
199 from a macOS application bundle (".app").
224 Yes, probably. If you want Tkinter support you need to get the macOS AquaTk
225 distribution, this is installed by default on macOS 10.4 or later. Be
226 aware, though, that the Cocoa-based AquaTk's supplied starting with macOS
228 installing a newer version before building on macOS 10.6 or later, such as
240 applications (full-blown macOS .app applications, that is) in
290 ``pythonwx.x`` which in early releases of Python on macOS was required to run
307 script on macOS 10.4 or later and with Xcode 2.1 or later installed.
309 available out of the box with macOS 10.4 so you may have to install
317 minimum macOS version supported.
351 macOS does not provide a central uninstaller.
369 to macOS 10.9. This is done through weak linking of symbols introduced in macOS
372 This requires the use of Apple's compiler toolchain on macOS 10.13 or later.
402 * https://www.python.org/downloads/macos/