From 0688d68d14188feaef88a6900b6cc030d2f80559 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 6 Oct 2013 12:46:13 +0200 Subject: [PATCH] PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found by Helge Stenström on docs@. --- Doc/library/othergui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst index da66003b621..ae5d0dba489 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 `_. One well known PyGTK application is - `PythonCAD `_. An online `tutorial + `WingIDE `_. An online `tutorial `_ is available. `PyQt `_