[GRASS-SVN] r38455 -
grass/branches/develbranch_6/swig/python/examples
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 17 18:55:01 EDT 2009
Author: neteler
Date: 2009-07-17 18:55:00 -0400 (Fri, 17 Jul 2009)
New Revision: 38455
Modified:
grass/branches/develbranch_6/swig/python/examples/rasteraccess.py
grass/branches/develbranch_6/swig/python/examples/vectoraccess.py
Log:
version fix in comment
Modified: grass/branches/develbranch_6/swig/python/examples/rasteraccess.py
===================================================================
--- grass/branches/develbranch_6/swig/python/examples/rasteraccess.py 2009-07-17 22:54:24 UTC (rev 38454)
+++ grass/branches/develbranch_6/swig/python/examples/rasteraccess.py 2009-07-17 22:55:00 UTC (rev 38455)
@@ -5,14 +5,14 @@
Run this before starting python to append module search path:
@code
-export PYTHONPATH=/usr/src/grass70/swig/python
+export PYTHONPATH=/usr/src/grass65/swig/python
@endcode
Check with "import sys; sys.path"
or:
@code
-sys.path.append("/usr/src/grass70/swig/python")
+sys.path.append("/usr/src/grass65/swig/python")
@endcode
\todo install the grass bindings in $GISBASE/lib/ ?
Modified: grass/branches/develbranch_6/swig/python/examples/vectoraccess.py
===================================================================
--- grass/branches/develbranch_6/swig/python/examples/vectoraccess.py 2009-07-17 22:54:24 UTC (rev 38454)
+++ grass/branches/develbranch_6/swig/python/examples/vectoraccess.py 2009-07-17 22:55:00 UTC (rev 38455)
@@ -2,10 +2,10 @@
# run within GRASS Spearfish session
# run this before starting python to append module search path:
-# export PYTHONPATH=/usr/src/grass70/swig/python
+# export PYTHONPATH=/usr/src/grass65/swig/python
# check with "import sys; sys.path"
# or:
-# sys.path.append("/usr/src/grass70/swig/python")
+# sys.path.append("/usr/src/grass65/swig/python")
# FIXME: install the grass bindings in $GISBASE/lib/ ?
import os, sys
More information about the grass-commit
mailing list