[GRASS-user] v.krige.py problems
kgb
me at burlinson.id.au
Sun Sep 13 04:45:07 EDT 2009
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??
thanks
kingsley
More information about the grass-user
mailing list