[GRASS-dev] Re: [GRASS GIS] #714: spawn.c differences between 6.4
and 6.5
GRASS GIS
trac at osgeo.org
Wed Jan 27 20:46:41 EST 2010
#714: spawn.c differences between 6.4 and 6.5
---------------------------+------------------------------------------------
Reporter: neteler | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: reopened
Priority: critical | Milestone: 6.4.0
Component: default | Version: 6.4.0 RCs
Resolution: | Keywords:
Platform: MSWindows XP | Cpu: Unspecified
---------------------------+------------------------------------------------
Changes (by neteler):
* status: closed => reopened
* resolution: fixed =>
Comment:
Backported to 6.4 (can be tested in new winGRASS in 1.hs from now) except
for
{{{
@@ -1989,7 +1998,7 @@
sprintf(script, "%s/etc/wxpython/gui_modules/menuform.py",
getenv("GISBASE"));
- G_spawn(getenv("GRASS_PYTHON"), "menuform.py", script, pgm_name,
NULL);
+ G_spawn(getenv("GRASS_PYTHON"), getenv("GRASS_PYTHON"), script,
pgm_name, NULL);
}
}}}
where I am unsure. I assume that this is also needed.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/714#comment:16>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list