Thanks for the quick fix!

It's working now, but I had to make one small change in order to get GRASS started with msys terminal:
In C:\GRASS\bin\grass64 I changed

if [ -z "$GRASS_PYTHON" ] ; then\r
  GRASS_PYTHON=python; export GRASS_PYTHON\r
fi\r

to

if [ -z "$GRASS_PYTHON" ]; then
  GRASS_PYTHON=python
  export GRASS_PYTHON
fi

removing these \r, then it started, otherwise it bummed out without any error message.

Thanks,

Markus M


Helmut Kudrnovsky wrote:
hi,
there is new WinGrass64-Installer (r40456) for download at

[http://grass.osgeo.org/grass64/binary/mswindows/native/] there are included several windows-related fixes, so please test ...

best regards
Helmut

______________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de

------------------------------------------------------------------------

_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to