diff options
author | Georg Brandl <georg@python.org> | 2013-10-13 20:23:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-13 20:23:27 (GMT) |
commit | b7557af86de318b9173266a4dfec5c021fea11ba (patch) | |
tree | e671e2278b4e93591503f62e9987516462b78f39 | |
parent | 7378d6374c286c86daf4389fbbb4ee2d52ac3401 (diff) | |
download | cpython-b7557af86de318b9173266a4dfec5c021fea11ba.zip cpython-b7557af86de318b9173266a4dfec5c021fea11ba.tar.gz cpython-b7557af86de318b9173266a4dfec5c021fea11ba.tar.bz2 |
Wing IDE is switching to PyQt...
-rw-r--r-- | Doc/library/othergui.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index 28b5771..1ee5c5b 100644 --- a/Doc/library/othergui.rst +++ b/Doc/library/othergui.rst @@ -13,8 +13,7 @@ available for Python: provides an object oriented interface that is slightly higher level than the C one. It comes with many more widgets than Tkinter provides, and has good Python-specific reference documentation. There are also bindings to - `GNOME <http://www.gnome.org>`_. One well known PyGTK application is - `WingIDE <http://wingide.com/>`_. An online `tutorial + `GNOME <http://www.gnome.org>`_. An online `tutorial <http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available. `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/>`_ |