[GRASS-SVN] r36388 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 16 00:53:09 EDT 2009


Author: hcho
Date: 2009-03-16 00:53:09 -0400 (Mon, 16 Mar 2009)
New Revision: 36388

Modified:
   grass/trunk/gui/wxpython/README
Log:
wxPython <= 2.8.9.2 requires swig <= 1.3.36 because of name changes: PySwig* to SwigPy*

Modified: grass/trunk/gui/wxpython/README
===================================================================
--- grass/trunk/gui/wxpython/README	2009-03-15 20:53:35 UTC (rev 36387)
+++ grass/trunk/gui/wxpython/README	2009-03-16 04:53:09 UTC (rev 36388)
@@ -8,7 +8,7 @@
  GRASS GIS >= 6.3
  Python >= 2.4 (Python 3 not supported)
  	Python ElementTree (only for Python <= 2.4)
- wxPython >= 2.8.1.1
+ wxPython >= 2.8.1.1 (wxPython <= 2.8.9.2 requires swig <= 1.3.36)
  swig >= 1.3.31 (required only for vector digitizer)
  NumPy >= 1.0.4
  
@@ -61,7 +61,7 @@
 If you want to launch wxPython GUI automatically when you start
 GRASS, edit your .grassrc7 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