[GRASS-dev] [GRASS GIS] #1891: wingrass: background dosbox from regular wxgui startup
GRASS GIS
trac at osgeo.org
Mon May 6 03:39:24 PDT 2013
#1891: wingrass: background dosbox from regular wxgui startup
----------------------+-----------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 6.4.3
Component: Default | Version: svn-releasebranch64
Keywords: wingrass | Platform: MSWindows 7
Cpu: x86-64 |
----------------------+-----------------------------------------------------
Comment(by hamish):
Replying to [comment:48 neteler]:
> I have attached screenshots. The problem is in Init.bat
{{{
if "%PYTHONPATH%" == "" (
set PYTHONPATH=%GISBASE%\etc\python
) else (
set PYTHONPATH=%PYTHONPATH%;%GISBASE%\etc\python
)
}}}
Hi,
I tried on Windows7 (instead of XP as earlier) and I could reproduce the
same error there. The English version of the error message is "`/GRASS was
unexpected at this time.`"
the method seems pretty much the same as the GRASS_WISH and GRASS_GUI ones
nearby, so I'm not sure what would be wrong with it, or why it matters in
7,8 but not XP, but it seems to be treating the forward-slash dirseps in
GISBASE as a switch(?).
try r56137,8.
an alternative solution might be to try to pass the 8.3 shortname version
of %GISBASE%. (`echo %~sI`)
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1891#comment:49>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list