[GRASS-SVN] r36419 - grass/branches/releasebranch_6_4/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 19 05:37:27 EDT 2009


Author: martinl
Date: 2009-03-19 05:37:27 -0400 (Thu, 19 Mar 2009)
New Revision: 36419

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/README
Log:
wxGUI: wxPython <= 2.8.9.2 requires swig <= 1.3.36


Modified: grass/branches/releasebranch_6_4/gui/wxpython/README
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/README	2009-03-19 09:35:14 UTC (rev 36418)
+++ grass/branches/releasebranch_6_4/gui/wxpython/README	2009-03-19 09:37:27 UTC (rev 36419)
@@ -8,8 +8,8 @@
  GRASS GIS >= 6.3
  Python >= 2.4 (Python 3 not supported)
  	Python ElementTree (only for Python <= 2.4)
- wxPython >= 2.8.1.1
- swig >= 1.3.31 (required only for vector digitizer)
+ wxPython >= 2.8.1.1 (wxPython <= 2.8.9.2 requires swig <= 1.3.36)
+ swig >= 1.3.31 (required for vector digitizer and nviz extension)
  NumPy >= 1.0.4
  
  Get wxPython 2.8.x packages from:
@@ -61,7 +61,7 @@
 If you want to launch wxPython GUI automatically when you start
 GRASS, edit your .grassrc6 file to replace
 
-GRASS_GUI: tcktk (or whatever you have here)
+GRASS_GUI: tcltk (or whatever you have here)
 
 with
 



More information about the grass-commit mailing list