#1630: g.gui error on startup of March 24th 6.4.3 snapshot
----------------------------+-----------------------------------------------
Reporter: epatton | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: wxGUI, startup | Platform: Linux
Cpu: x86-64 |
----------------------------+-----------------------------------------------
I just installed a fresh version of the Grass 6.4.3svn March24th generic
weekly snapshot. After typing 'grass64' on startup, I receive the
following error after the Grass 6.4.3 splash screen:
{{{
Traceback (most recent call last):
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/wxgui.py", line 139, in <module>
sys.exit(main())
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/wxgui.py", line 132, in main
app = GMApp(workspaceFile)
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/wxgui.py", line 45, in __init__
wx.App.__init__(self, False)
File "/usr/lib64/python2.6/dist-
packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7978, in __init__
self._BootstrapApp()
File "/usr/lib64/python2.6/dist-
packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7552, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/wxgui.py", line 78, in OnInit
workspace = self.workspaceFile)
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/lmgr/frame.py", line 194, in __init__
self.NewDisplay(show = False)
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/lmgr/frame.py", line 1399, in NewDisplay
auimgr = self._auimgr, showMapDisplay = show)
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/lmgr/layertree.py", line 154, in __init__
Map = self.Map, auimgr = self.auimgr)
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/mapdisp/frame.py", line 123, in __init__
self.statusbarManager.Update()
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/mapdisp/statusbar.py", line 217, in Update
item.Update()
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/mapdisp/statusbar.py", line 667, in Update
self.SetCenter()
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/mapdisp/statusbar.py", line 660, in SetCenter
center = self.GetCenterString(self.mapFrame.GetMap())
File "/usr/local/grass6.4.3svn-x86_64-unknown-linux-
gnu-24_03_2012/etc/wxpython/mapdisp/statusbar.py", line 655, in
GetCenterString
return "%.*f; %.*f" % (precision, region['center_easting'], precision,
region['center_northing'])
KeyError: 'center_easting'
}}}
The last Grass snapshot I was using, Feb18th, worked fine with no
problems, and nothing in my system has changed in the meantime. Any help
would be most appreciated.
~ Eric.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1630>
GRASS GIS <http://grass.osgeo.org>