[GRASS-SVN] r42918 - grass/trunk/scripts/v.krige

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


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

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

Modified: grass/trunk/scripts/v.krige/v.krige.py
===================================================================
--- grass/trunk/scripts/v.krige/v.krige.py	2010-07-28 10:23:00 UTC (rev 42917)
+++ grass/trunk/scripts/v.krige/v.krige.py	2010-07-28 10:23:07 UTC (rev 42918)
@@ -403,7 +403,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