[GRASS-dev] Re: [GRASS GIS] #580: WinGRASS:
$GISBASE/etc/gui/scripts/ require something like $(EXE) to run
GRASS GIS
trac at osgeo.org
Tue Jan 5 11:50:12 EST 2010
#580: WinGRASS: $GISBASE/etc/gui/scripts/ require something like $(EXE) to run
---------------------------+------------------------------------------------
Reporter: hamish | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: blocker | Milestone: 6.4.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords: wingrass
Platform: MSWindows XP | Cpu: Unspecified
---------------------------+------------------------------------------------
Comment (by hamish):
should be fixed with r40260,61.
wxGUI on WinGrass wanted .bat in $GISBASE/bin/ while GIS.m wants them in
$GISBASE/etc/scripts/. So now the Makefile installs them to both places.
Also the wxGUI menu xml needed to point to the .sh version to work.
this stuff is still a mystery:
{{{
set .py="%GRASSDIR%\extrabin\python.exe"
assoc .py=Python.File
ftype Python.File="%GRASSDIR%\extrabin\python.exe" "%1" "%*"
assoc .pyw=Python.NoConFile
ftype Python.NoConFile="%GRASSDIR%\extrabin\pythonw.exe" "%1" "%*"
}}}
but now only an issue for grass 7 + wingrass.
(hmmm, actually I don't see where wxgui.py adds $(ETC)/gui/scripts/ with
sys.path.append()? and yet somehow it still works on linux without
specifying a path name!?)
keeping bug open pending testing with the next wingrass build.
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/580#comment:31>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list