Hi, 2009/9/13 kgb <[email protected]>: > 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. Martin [1] http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.5 -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
