ANNOUNCE: PyGTK 2.0.0
James Henstridge
pygtk@daa.com.au
Tue, 02 Sep 2003 21:55:07 +0800
I am pleased to announce version 2.0.0 of the Python bindings for GTK.
The new release is available from ftp.gtk.org or ftp.gnome.org and its
mirrors:
ftp://ftp.gtk.org/pub/gtk/python/v2.0/pygtk-2.0.0.tar.gz
http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.0/
GTK is a toolkit for developing graphical applications that run on POSIX
systems such as Linux, Windows and MacOS X (provided that the X server
for MacOS X has been installed). It provides a comprehensive set of GUI
widgets, can display Unicode bidi text. It links into the Gnome
Accessibility Framework through the ATK library.
PyGTK provides a convenient wrapper for the GTK library for use in
Python programs, and takes care of many of the boring details such as
managing memory and type casting. When combined with PyORBit and
gnome-python, it can be used to write full featured Gnome applications.
Like the GTK library itself PyGTK is licensed under the GNU LGPL, so is
suitable for use in both free software and proprietary applications. It
is already in use in many applications ranging from small single purpose
scripts up to large full features applications.
PyGTK requires GTK >= 2.0 and Python >= 2.2 to build.
Questions about PyGTK can be directed at the list:
http://www.daa.com.au/mailman/listinfo/pygtk
Bug reports should be filed at the Gnome bug tracker:
http://bugzilla.gnome.org/enter_bug.cgi?product=pygtk
James Henstridge.
--
Email: james@daa.com.au
WWW: http://www.daa.com.au/~james/