[GRASS-dev] [GRASS GIS] #444: wxGui gives error with xy location

#444: wxGui gives error with xy location
--------------------+-------------------------------------------------------
Reporter: paoloC | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: major | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: | Platform: Linux
      Cpu: x86-32 |
--------------------+-------------------------------------------------------
wxGui turn back this error when starts with a simple xy location:

Error in Commad execution Execution failed:'g.region -u -g -p -c'.

Traceback (most recent call last):

   File "/usr/local/grass-7.0.svn/etc/wxpython/wxgui.py", line 1520, in
<module>

     sys.exit(main())

   File "/usr/local/grass-7.0.svn/etc/wxpython/wxgui.py", line 1513, in
main

     app = GMApp(workspaceFile)

   File "/usr/local/grass-7.0.svn/etc/wxpython/wxgui.py", line 1435, in
__init__

     wx.App.__init__(self, False)

   File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 7912, in __init__

     self._BootstrapApp()

   File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 7487, in _BootstrapApp

     return _core_.PyApp__BootstrapApp(*args, **kwargs)

   File "/usr/local/grass-7.0.svn/etc/wxpython/wxgui.py", line 1451, in
OnInit

     workspace = self.workspaceFile)

   File "/usr/local/grass-7.0.svn/etc/wxpython/wxgui.py", line 175, in
__init__

     self.NewDisplay(show=False)

   File "/usr/local/grass-7.0.svn/etc/wxpython/wxgui.py", line 1116, in
NewDisplay

     auimgr=self._auimgr, showMapDisplay=show)

   File "/usr/local/grass-7.0.svn/etc/wxpython/gui_modules/wxgui_utils.py",
line 106, in __init__

     Map=self.Map, auimgr=self.auimgr)

   File "/usr/local/grass-7.0.svn/etc/wxpython/gui_modules/mapdisp.py",
line 245, in __init__

     self.MapWindow.ZoomHistory(self.Map.region['n'],

KeyError: 'n'

No errors with the same location with grass6.4.svn.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/444&gt;
GRASS GIS <http://grass.osgeo.org>

#444: wxGui gives error with xy location
---------------------+------------------------------------------------------
  Reporter: paoloC | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: major | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords:
  Platform: Linux | Cpu: x86-32
---------------------+------------------------------------------------------
Changes (by martinl):

* cc: martinl (added)

Comment:

I cannot reproduce the error. Do you have still problem with recent trunk?

Martin

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/444#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#444: wxGui gives error with xy location
-------------------------+--------------------------------------------------
  Reporter: paoloC | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: major | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: worksforme | Keywords:
  Platform: Linux | Cpu: x86-32
-------------------------+--------------------------------------------------
Changes (by cmbarton):

  * status: new => closed
  * resolution: => worksforme

Comment:

I cannot reproduce this on my Mac either. This bug is old and does not
seem to be a problem any longer on either Linux or Mac. I'm closing with
worksforme.

Michael

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/444#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>