[GRASS-dev] [GRASS GIS] #1619: v.krige won't load: ImportError: No module named globalvar
GRASS GIS
trac at osgeo.org
Tue Jun 25 07:38:32 PDT 2013
#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: Python | Version: svn-trunk
Keywords: v.krige | Platform: Linux
Cpu: x86-64 |
---------------------+------------------------------------------------------
Comment(by annakrat):
Replying to [comment:10 hamish]:
> Hi,
>
> current status in trunk, starting from the command line:
>
> {{{
> (loading the R stuff works for me)
> ...
> Traceback (most recent call last):
> File "/home/hamish/src/grass/svn/trunk/dist.x86_64-unknown-linux-
gnu/scripts/v.krige", line 412, in <module>
> main()
> File "/home/hamish/src/grass/svn/trunk/dist.x86_64-unknown-linux-
gnu/scripts/v.krige", line 310, in main
> controller = controller)
> File "/home/hamish/src/grass/svn/trunk/dist.x86_64-unknown-linux-
gnu/etc/gui/wxpython/scripts/vkrige.py", line 289, in __init__
> self.Panel = KrigingPanel(self, Rinstance, controller)
> File "/home/hamish/src/grass/svn/trunk/dist.x86_64-unknown-linux-
gnu/etc/gui/wxpython/scripts/vkrige.py", line 86, in __init__
> self.InputDataColumn.SetSelection(0)
> AttributeError: 'ColumnSelect' object has no attribute 'SetSelection'
> }}}
>
> not sure how to fix that; the same works in devbr6. (v.krige now updated
in devbr6 to reflect recent wxgui dir layout changes & starts up ok there)
>
> If I comment out the `self.InputDataColumn.SetSelection(0)` line the
v.krige GUI starts in trunk, so it isn't too badly broken.
right, I removed it in r56920.
>
>
> Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1619#comment:11>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list