summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2005-07-10 23:56:46 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-07-10 23:56:46 +0000
commitf655f9811848813cb4d6c33c664bc009bc1c5a5d (patch)
tree9b50090bef6ffb879c0c4f95dca2584ec7871fd4 /README
parent90385af388d9d3feabb429f42766ed115c684fb8 (diff)
downloadpygtk-f655f9811848813cb4d6c33c664bc009bc1c5a5d.tar.gz
=== PyGTK 2.7.0 ===PYGTK_2_7_0
2005-07-10 Johan Dahlin <johan@gnome.org> * configure.in: Bump glib/gtk+ requirements * NEWS: Updated * README: Updated
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 9 insertions, 8 deletions
diff --git a/README b/README
index 361e8b9e..16b6ac01 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
PyGTK
=====
-Author: James Henstridge <james@daa.com.au>
-
+Original author: James Henstridge <james@daa.com.au>
+Current maintainer: Johan Dahlin <johan@gnome.org>
This archive contains modules that allow you to use gtk in Python
programs. At present, it is a fairly complete set of bindings.
@@ -39,10 +39,11 @@ the web interface:
Requirements
============
* C compiler (GCC and MSVC supported)
- * Python 2.3 or higher
- * Glib 2.6.0 or higher
- * Gtk+ 2.6.0 or higher (optional)
- * libglade 2.4.0 (optional)
+ * Python 2.3.5 or higher
+ * Glib 2.7.1 or higher
+ * Gtk+ 2.7.1 or higher (optional)
+ * libglade 2.4.0 or higher (optional)
+ * pycairo 0.5.0 or higher (optional)
* Numeric (optional)
Copyright Information
@@ -80,8 +81,8 @@ is installed you'll need to set the PYTHONPATH variable to the
$prefix/lib/pythonX.Y/site-packages directory created by
the PyGTK installation.
-Upgrading
-=========
+Upgrading from 0.6.x
+====================
The API has changed a fair bit compared to the 0.6.x releases of pygtk
in response to feedback from the mailing list. The main changes are: