[GRASS-user] unable to start grass 7

Nataniel wrote:

Hi,Grass7 works fine. I saw finally an error message on a popup
window "cannot import name MAXREPEAT" where the issue is to
update the python version to 2.7.5

Hi,

grass7 has a file called %GISBASE%\etc\env.bat, which contains
  set GRASS_PYTHON=%GISBASE%\extrabin\python.exe

so GRASS's version of python is always used.

grass6.x just has:
  set GRASS_PYTHON=python

so the first python.exe found on the system is used.

see https://trac.osgeo.org/grass/ticket/1981#comment:2

since this is regularly coming up, if there are no objections
I will backport that to 6.x ASAP.

thanks for the feedback,
Hamish