Opened 16 years ago
Closed 16 years ago
#526 closed defect (fixed)
g.mapsets error in wxpython
Reported by: | cnielsen | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 7.0.0 |
Component: | Default | Version: | svn-trunk |
Keywords: | Cc: | grass-dev@… | |
CPU: | x86-32 | Platform: | MSWindows Vista |
Description
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
Change History (2)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hopefully fixed in r36345.