summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-08-02 11:03:05 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-08-02 11:03:05 +0000
commit92e0b9e24a60f47c216cf625de22fa46e7df0296 (patch)
tree67fff2ad85c5926e1f1be38710ef1827b229495f /README
parent3c5e6f41e151f4b8b8471b5b3a8de1c64ad36588 (diff)
downloadpygtk-92e0b9e24a60f47c216cf625de22fa46e7df0296.tar.gz
Call PyEval_InitThreads. Perhaps its something that always should be
* gobject/gobjectmodule.c (initgobject): Call PyEval_InitThreads. Perhaps its something that always should be called. * README (Author): Add a requirements section * configure.in: Require Python 2.3 * setup.py (version): Ditto * gobject/pygtype.c, gobject/pygobject.h: Remove 2.2 compat. * All over the place: Add support for PyGILState.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 7c31f8dc..8668bded 100644
--- a/README
+++ b/README
@@ -37,6 +37,15 @@ the web interface:
http://www.daa.com.au/mailman/listinfo/pygtk
+Requirements
+============
+ * C compiler (GCC and MSVC supported)
+ * Python 2.3 or higher
+ * Glib 2.4 or higher
+ * Gtk+ 2.4 or higher (optional)
+ * libglade 2.3.6 (optional)
+ * Numeric (optional)
+
Copyright Information
=====================
@@ -44,7 +53,6 @@ This software is covered by the GNU Lesser General Public Licence
(version 2.1, or if you choose, a later version). Basically just don't
say you wrote bits you didn't.
-
Compilation
===========