[GRASS-dev] [GRASS GIS] #945: wxGUI: g.setproj fails on wingrass
GRASS GIS
trac at osgeo.org
Sat Apr 13 05:58:12 PDT 2013
#945: wxGUI: g.setproj fails on wingrass
---------------------------------+------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.4
Component: wxGUI | Version: svn-releasebranch64
Keywords: g.setproj, wingrass | Platform: MSWindows XP
Cpu: x86-32 |
---------------------------------+------------------------------------------
Changes (by neteler):
* version: svn-develbranch6 => svn-releasebranch64
* milestone: 6.5.0 => 6.4.4
Comment:
Still broken in current winGRASS 6.4 (r55719):
wxGUI menu -> Settings -> Map projection -> g.setproj:
{{{
Traceback (most recent call last):
File "C:\Program Files (x86)\GRASS GIS
6.4.3svn\etc\wxpython\lmgr\frame.py", line 1186, in
OnXTermNoXMon
self.OnXTerm(event, need_xmon = False)
File "C:\Program Files (x86)\GRASS GIS
6.4.3svn\etc\wxpython\lmgr\frame.py", line 1236, in OnXTerm
p = Command(cmdlist, wait=False)
NameError
:
global name 'Command' is not defined
}}}
Perhaps trap this when platform == windows and
pop up an error "Unsupported on Windows, use blabla... instead"?
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/945#comment:13>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list