I'm using GRASS GIS 7.0.3, the default python version is python2.7. I need python3.5 for my own module. After I edit the 'etc/env.bat' file to change GRASS_PYTHON and PYTHONHOME to the location of my new python .exe file and the new python directory. Then I run GRASS GIS, but I got the following error:
File "C:\Program Files\GRASS GIS 7.0.3\etc\grass70.py", line 251 os.makedir(tmpdir, 0700) SyntaxError: invalid token
Am I do it in the right way?
