|
From: <ef...@us...> - 2010-03-21 01:27:26
|
Revision: 8206
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8206&view=rev
Author: efiring
Date: 2010-03-21 01:27:15 +0000 (Sun, 21 Mar 2010)
Log Message:
-----------
installing.rst: we require pygtk >= 2.4, not 2.2
Modified Paths:
--------------
trunk/matplotlib/doc/users/installing.rst
Modified: trunk/matplotlib/doc/users/installing.rst
===================================================================
--- trunk/matplotlib/doc/users/installing.rst 2010-03-21 00:39:04 UTC (rev 8205)
+++ trunk/matplotlib/doc/users/installing.rst 2010-03-21 01:27:15 UTC (rev 8206)
@@ -162,14 +162,17 @@
:term:`pyqt` 4.0 or later
The Qt4 widgets library python wrappers for the Qt4Agg backend
-:term:`pygtk` 2.2 or later
- The python wrappers for the GTK widgets library for use with the GTK or GTKAgg backend
+:term:`pygtk` 2.4 or later
+ The python wrappers for the GTK widgets library for use with the
+ GTK or GTKAgg backend
:term:`wxpython` 2.6 or later
- The python wrappers for the wx widgets library for use with the WXAgg backend
+ The python wrappers for the wx widgets library for use with the
+ WXAgg backend
:term:`wxpython` 2.8 or later
- The python wrappers for the wx widgets library for use with the WX backend
+ The python wrappers for the wx widgets library for use with the
+ WX backend
:term:`pyfltk` 1.0 or later
The python wrappers of the FLTK widgets library for use with FLTKAgg
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|