@@ -27,9 +27,8 @@ What you get after installing is a number of things:
2727
2828* A :file: `Python 3.9 ` folder in your :file: `Applications ` folder. In here
2929 you find IDLE, the development environment that is a standard part of official
30- Python distributions; PythonLauncher, which handles double-clicking Python
31- scripts from the Finder; and the "Build Applet" tool, which allows you to
32- package Python scripts as standalone applications on your system.
30+ Python distributions; and PythonLauncher, which handles double-clicking Python
31+ scripts from the Finder.
3332
3433* A framework :file: `/Library/Frameworks/Python.framework `, which includes the
3534 Python executable and libraries. The installer adds this location to your shell
@@ -159,11 +158,6 @@ https://riverbankcomputing.com/software/pyqt/intro.
159158Distributing Python Applications on the Mac
160159===========================================
161160
162- The "Build Applet" tool that is placed in the MacPython 3.6 folder is fine for
163- packaging small Python scripts on your own machine to run as a standard Mac
164- application. This tool, however, is not robust enough to distribute Python
165- applications to other users.
166-
167161The standard tool for deploying standalone Python applications on the Mac is
168162:program: `py2app `. More information on installing and using py2app can be found
169163at http://undefined.org/python/#py2app.
0 commit comments