Hi
I am still wrestling with the kriging addons in grass 6.4.0RC5
I have resolved the problem with wxPython and wxWidgets, and can now run the wxpython gui
interface.
But v.krige.py gave this error:
File "/usr/local/bin/grass-6.4.0RC5/bin/v.krige.py", line 302, in __init__
self.InputDataMap = gselect.VectorSelect(parent = self,
AttributeError: 'module' object has no attribute 'VectorSelect'
Mapset <dunn> in Location <canbc>
A search showed that gselect.py has been changed a lot since the tarball packaged version.
So I installed SVN #39120 of gselect.py
Now I get a different error message:
File "/usr/local/bin/grass-6.4.0RC5/bin/v.krige.py", line 336, in __init__
notebook = self.RPackagesBook)
TypeError: __init__() got an unexpected keyword argument 'notebook'
SO I am still confused.
====
Seperately - v.autokrige.py gives me a segment fault error with no information - so I
cannot use that.
and v.autokrige (shell script version) fails with no information about why.
I have successfully installed rgdal, spgrass and automap within R.
v.krige.py reports successful initialisation of R, gdal, proj.4 and XML
Are these problems with incompatible python modules within Grass??
I am still wrestling with the kriging addons in grass 6.4.0RC5
I have resolved the problem with wxPython and wxWidgets, and can now run the wxpython gui
interface.
But v.krige.py gave this error:
File "/usr/local/bin/grass-6.4.0RC5/bin/v.krige.py", line 302, in __init__
self.InputDataMap = gselect.VectorSelect(parent = self,
AttributeError: 'module' object has no attribute 'VectorSelect'
Mapset <dunn> in Location <canbc>
A search showed that gselect.py has been changed a lot since the tarball packaged version.
So I installed SVN #39120 of gselect.py
Now I get a different error message:
File "/usr/local/bin/grass-6.4.0RC5/bin/v.krige.py", line 336, in __init__
notebook = self.RPackagesBook)
TypeError: __init__() got an unexpected keyword argument 'notebook'
SO I am still confused.
It has been already noted, you need GRASS 6.5 [1] for v.krige's GUI.
CLI of v.krige should work also in GRASS 6.4svn. v.krige will be
integrated into GRASS after 6.4.0. So the first stable release which
could support v.krige will be 6.4.1.