summaryrefslogtreecommitdiff
path: root/Doc/library/othergui.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-12-03 21:07:01 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2011-12-03 21:07:01 +0100
commit5dd95d6f2d609c56b7d2b23064284191785e2bfa (patch)
treeffb3af976dbf200e3a68c869e5417abacfcbda13 /Doc/library/othergui.rst
parent7462e87134bbe4a477e1c01701e431da80680fa7 (diff)
downloadcpython-git-5dd95d6f2d609c56b7d2b23064284191785e2bfa.tar.gz
Mention PySide in the "other GUIs" page.
Diffstat (limited to 'Doc/library/othergui.rst')
-rw-r--r--Doc/library/othergui.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst
index 5e3535887a..a14b3edb5c 100644
--- a/Doc/library/othergui.rst
+++ b/Doc/library/othergui.rst
@@ -61,6 +61,11 @@ also available for Python:
with Python and Qt <http://www.qtrac.eu/pyqtbook.html>`_, by Mark
Summerfield.
+ `PySide <http://www.pyside.org/>`_
+ is a newer binding to the Qt toolkit, provided by Nokia.
+ Compared to PyQt, its licensing scheme is friendlier to non-open source
+ applications.
+
`wxPython <http://www.wxpython.org>`_
wxPython is a cross-platform GUI toolkit for Python that is built around
the popular `wxWidgets <http://www.wxwidgets.org/>`_ (formerly wxWindows)