[GRASS-dev] [GRASS GIS] #2188: GRASS fails to start on Windows since r58807
GRASS GIS
trac at osgeo.org
Wed Feb 5 02:01:03 PST 2014
#2188: GRASS fails to start on Windows since r58807
---------------------------+------------------------------------------------
Reporter: annakrat | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: pygrass, tgis | Platform: Unspecified
Cpu: Unspecified |
---------------------------+------------------------------------------------
Comment(by zarch):
Hi Anna,
Replying to [ticket:2188 annakrat]:
> Also it would be good to understand
> what's the problem with pygrass.Module v.overlay.
[[BR]]
The problem is that Module try to run:
{{{
get_cmd_xml = subprocess.Popen([cmd, "--interface-description"],
stdout=subprocess.PIPE)
}}}
But an OSError is raised.
I've modified the code to give a clearer message and avoid to mask the
original error, see (r58885).
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2188#comment:2>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list