[GRASS-dev] [GRASS GIS] #1619: v.krige won't load: ImportError: No module named globalvar
GRASS GIS
trac at osgeo.org
Fri Sep 7 16:59:43 PDT 2012
#1619: v.krige won't load: ImportError: No module named globalvar
---------------------+------------------------------------------------------
Reporter: momsen | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Default | Version: svn-trunk
Keywords: krige | Platform: Linux
Cpu: x86-64 |
---------------------+------------------------------------------------------
Changes (by neteler):
* cc: aghisla (added)
Comment:
Startup problems fixed in r53127.
Remaining issue: creating the variogram leads to
{{{
Traceback (most recent call last):
File "/home/neteler/grass70/dist.x86_64-unknown-linux-
gnu/etc/gui/wxpython/scripts/vkrige.py", line 444, in OnPlotButton
if globals()["InputData"] is None:
KeyError: 'InputData'
Traceback (most recent call last):
File "/home/neteler/grass70/dist.x86_64-unknown-linux-
gnu/etc/gui/wxpython/scripts/vkrige.py", line 444, in OnPlotButton
if globals()["InputData"] is None:
KeyError: 'InputData'
Traceback (most recent call last):
File "/home/neteler/grass70/dist.x86_64-unknown-linux-
gnu/etc/gui/wxpython/scripts/vkrige.py", line 256, in OnRunButton
self.goutput.RunCmd(command, switchPage = True)
File "/home/neteler/grass70/dist.x86_64-unknown-linux-
gnu/etc/gui/wxpython/gui_core/goutput.py", line 604, in RunCmd
self._notebook.SetSelectionByName('output')
AttributeError: 'FlatNotebook' object has no attribute
'SetSelectionByName'
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1619#comment:4>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list