Remove references to the obsolete Mac Carbon modules in the GUI

section of the FAQ.
This commit is contained in:
Ned Deily 2014-04-12 09:33:05 -07:00
commit 656a87e48c
1 changed files with 4 additions and 8 deletions

View File

@ -32,7 +32,7 @@ install (since it comes included with most
`binary distributions <http://www.python.org/download/>`_ of Python) and use.
For more info about Tk, including pointers to the source, see the
`Tcl/Tk home page <http://www.tcl.tk>`_. Tcl/Tk is fully portable to the
MacOS, Windows, and Unix platforms.
Mac OS X, Windows, and Unix platforms.
wxWidgets
---------
@ -102,13 +102,9 @@ For OpenGL bindings, see `PyOpenGL <http://pyopengl.sourceforge.net>`_.
What platform-specific GUI toolkits exist for Python?
========================================================
`The Mac port <http://python.org/download/mac>`_ by Jack Jansen has a rich and
ever-growing set of modules that support the native Mac toolbox calls. The port
supports MacOS X's Carbon libraries.
By installing the `PyObjc Objective-C bridge
<http://pyobjc.sourceforge.net>`_, Python programs can use Mac OS X's
Cocoa libraries. See the documentation that comes with the Mac port.
Cocoa libraries.
:ref:`Pythonwin <windows-faq>` by Mark Hammond includes an interface to the
Microsoft Foundation Classes and a Python programming environment