[GRASS-dev] [GRASS GIS] #526: g.mapsets error in wxpython

#526: g.mapsets error in wxpython
----------------------+-----------------------------------------------------
Reporter: cnielsen | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: major | Milestone: 7.0.0
Component: default | Version: svn-trunk
Keywords: | Platform: MSWindows Vista
      Cpu: x86-32 |
----------------------+-----------------------------------------------------
I get an error when trying to add a map (or open various module dialogs)
to the display in wxpython. (Under Vista mingw/msys)

Traceback (most recent call last):
   File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\wxgui_utils.py", line 903, in OnActivateLayer

self.PropertiesDialog (layer)
   File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\wxgui_utils.py", line 839, in PropertiesDialog

parentframe=self)
   File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\menuform.py", line 1772, in ParseCommand

get_dcmd=get_dcmd, layer=layer)
   File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\menuform.py", line 619, in __init__

mainFrame=self)
   File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\menuform.py", line 1187, in __init__

multiple=multiple, mapsets=mapsets)
   File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\gselect.py", line 55, in __init__

self.tcp.GetElementList(type, mapsets, exceptOf)
   File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\gselect.py", line 161, in GetElementList

mapsets = utils.ListOfMapsets()
   File "C:\MinGW\msys\local\grass-7.0.svn\etc\wxpython\gui_m
odules\utils.py", line 226, in ListOfMapsets

message = _('Unable to get list of accessible mapsets.'))
gui_modules.gcmd
.
CmdError

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

#526: g.mapsets error in wxpython
------------------------------+---------------------------------------------
  Reporter: cnielsen | Owner: martinl
      Type: defect | Status: assigned
  Priority: major | Milestone: 7.0.0
Component: default | Version: svn-trunk
Resolution: | Keywords:
  Platform: MSWindows Vista | Cpu: x86-32
------------------------------+---------------------------------------------
Changes (by martinl):

  * status: new => assigned
  * owner: grass-dev@lists.osgeo.org => martinl
* cc: grass-dev@lists.osgeo.org (added)

Comment:

Hopefully fixed in r36345.

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

#526: g.mapsets error in wxpython
------------------------------+---------------------------------------------
  Reporter: cnielsen | Owner: martinl
      Type: defect | Status: closed
  Priority: major | Milestone: 7.0.0
Component: default | Version: svn-trunk
Resolution: fixed | Keywords:
  Platform: MSWindows Vista | Cpu: x86-32
------------------------------+---------------------------------------------
Changes (by martinl):

  * status: assigned => closed
  * resolution: => fixed

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