[GRASS-SVN] r42917 - grass/branches/develbranch_6/scripts/v.krige

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 28 06:23:00 EDT 2010


Author: neteler
Date: 2010-07-28 10:23:00 +0000 (Wed, 28 Jul 2010)
New Revision: 42917

Modified:
   grass/branches/develbranch_6/scripts/v.krige/v.krige.py
Log:
msg cosmetics

Modified: grass/branches/develbranch_6/scripts/v.krige/v.krige.py
===================================================================
--- grass/branches/develbranch_6/scripts/v.krige/v.krige.py	2010-07-28 08:43:53 UTC (rev 42916)
+++ grass/branches/develbranch_6/scripts/v.krige/v.krige.py	2010-07-28 10:23:00 UTC (rev 42917)
@@ -404,7 +404,7 @@
         import rpy2.rinterface as rinterface #to speed up kriging? for plots.
         haveRpy2 = True
     except ImportError:
-        print >> sys.stderr, _("Rpy2 not found. Please install it and re-run.") # ok for other OSes?
+        print >> sys.stderr, _("Python module 'Rpy2' not found. Please install it and re-run v.krige.") # ok for other OSes?
         haveRpy2 = False
         if not haveRpy2:
             sys.exit(1)



More information about the grass-commit mailing list