summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-12-03 20:07:01 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-12-03 20:07:01 (GMT)
commit5dd95d6f2d609c56b7d2b23064284191785e2bfa (patch)
treeffb3af976dbf200e3a68c869e5417abacfcbda13 /Doc
parent7462e87134bbe4a477e1c01701e431da80680fa7 (diff)
downloadcpython-5dd95d6f2d609c56b7d2b23064284191785e2bfa.zip
cpython-5dd95d6f2d609c56b7d2b23064284191785e2bfa.tar.gz
cpython-5dd95d6f2d609c56b7d2b23064284191785e2bfa.tar.bz2
Mention PySide in the "other GUIs" page.
Diffstat (limited to 'Doc')
-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 5e35358..a14b3ed 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)