[GRASS-dev] [GRASS GIS] #86: d.rast.edit.tcl: doesn't start from wxPython without aspect map
GRASS GIS
trac at osgeo.org
Mon Jun 17 01:17:44 PDT 2013
#86: d.rast.edit.tcl: doesn't start from wxPython without aspect map
-----------------------------------+----------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.3
Component: wxGUI | Version: 6.4.0 RCs
Keywords: d.rast.edit, wingrass | Platform: MSWindows XP
Cpu: Unspecified |
-----------------------------------+----------------------------------------
Comment(by hamish):
requirement to have an aspect map for wingrass avoided in devbr6 with
r56745.
traceback and crash due to gcmd.py's `env = copy.deepcopy(self.env)`
returning None side-stepped in devbr6 with r56751. I'm not sure if that
actually makes a difference to the actually-needed search path since it's
sys.path not os's $PATH, but it seems to work and doesn't make the
PYTHONPATH list longer each time you run something, so even if it's
useless it's not too polluting.
I notice when the module is done (on linux) the wxGUI module wrapper never
returns, you have to close it with the windows's upper-right "X" button
since the close button remains shaded out. Also error messages (such as
map already exists and no --o given) end up in the terminal not the wxGUI
output window.
Hamish
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/86#comment:5>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list