diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 10:46:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 10:46:13 (GMT) |
commit | 0688d68d14188feaef88a6900b6cc030d2f80559 (patch) | |
tree | 4d05713c4281409f0c6ea06327582115f60e0d26 /Doc | |
parent | d277a56af36ee4bd259589e1e1b2b770a1163a4c (diff) | |
download | cpython-0688d68d14188feaef88a6900b6cc030d2f80559.zip cpython-0688d68d14188feaef88a6900b6cc030d2f80559.tar.gz cpython-0688d68d14188feaef88a6900b6cc030d2f80559.tar.bz2 |
PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
Found by Helge Stenström on docs@.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/othergui.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index da66003..ae5d0db 100644 --- a/Doc/library/othergui.rst +++ b/Doc/library/othergui.rst @@ -20,7 +20,7 @@ available for Python: of the library, GTK+ 2. It provides an object oriented interface that is slightly higher level than the C one. There are also bindings to `GNOME <http://www.gnome.org>`_. One well known PyGTK application is - `PythonCAD <http://www.pythoncad.org/>`_. An online `tutorial + `WingIDE <http://wingide.com/>`_. An online `tutorial <http://www.pygtk.org/pygtk2tutorial/index.html>`_ is available. `PyQt <http://www.riverbankcomputing.co.uk/software/pyqt/>`_ |