[Python-checkins] cpython (3.3): PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
georg.brandl
python-checkins at python.org
Sun Oct 6 12:45:51 CEST 2013
http://hg.python.org/cpython/rev/942b9420e7e9
changeset: 86065:942b9420e7e9
branch: 3.3
parent: 86062:6ced4fb4f711
user: Georg Brandl <georg at python.org>
date: Sun Oct 06 12:46:13 2013 +0200
summary:
PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
Found by Helge Stenström on docs at .
files:
Doc/library/othergui.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/othergui.rst b/Doc/library/othergui.rst
--- a/Doc/library/othergui.rst
+++ b/Doc/library/othergui.rst
@@ -20,7 +20,7 @@
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/>`_
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list