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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 1 15:39:29 EST 2009


Author: martinl
Date: 2009-02-01 15:39:29 -0500 (Sun, 01 Feb 2009)
New Revision: 35721

Modified:
   grass/trunk/gui/wxpython/README
Log:
numpy is basic requirement for wxGUI


Modified: grass/trunk/gui/wxpython/README
===================================================================
--- grass/trunk/gui/wxpython/README	2009-02-01 20:36:26 UTC (rev 35720)
+++ grass/trunk/gui/wxpython/README	2009-02-01 20:39:29 UTC (rev 35721)
@@ -10,6 +10,7 @@
  	Python ElementTree (only for Python <= 2.4)
  wxPython >= 2.8.1.1
  swig >= 1.3.31 (required only for vector digitizer)
+ NumPy >= 1.0.4
  
  Get wxPython 2.8.x packages from:
  * Source: http://www.wxpython.org/download.php
@@ -37,15 +38,16 @@
  apt-get install libwxbase2.8-0 libwxbase2.8-dbg libwxbase2.8-dev \
  	 libwxgtk2.8-0 libwxgtk2.8-dbg libwxgtk2.8-dev \
 	 python-wxgtk2.8 wx2.8-doc wx2.8-examples \
-	 wx2.8-headers wx2.8-i18n
+	 wx2.8-headers wx2.8-i18n python-numpy
 	 
  MS-WINDOWS ONLY REQUIREMENTS
  
  Python Extensions for MS-Windows >= Build 210
- NumPy >= 1.0.4
  
- Get Python Extensions for MS-Windows from: http://sourceforge.net/project/platformdownload.php?group_id=78018 
- Get NumPy from: http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103  
+ Get Python Extensions for MS-Windows from:
+  http://sourceforge.net/project/platformdownload.php?group_id=78018 
+ Get NumPy from:
+  http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103  
 
  NVIZ EXTENSION REQUIREMENTS
 
@@ -54,7 +56,6 @@
  On Debian GNU/Linux install package:
  apt-get install python-opengl
 
-
 2 - STARTUP WITH GRASS INITIALIZATION
 
 If you want to launch wxPython GUI automatically when you start



More information about the grass-commit mailing list