Re: [GRASS-dev] Run time errors on windows - grass 7.4

2018-11-22 Thread Helmut Kudrnovsky
>Python executable is not present in the directory >"C:\OSGeo4W64\bin" directory. have you activated Python in osgeo4w? how did you start the grass executable from "C:\OSGeo4W64\bin" directory.? activate the grass package in osgeo4w and see if the package start. - best regards Helmut --

Re: [GRASS-dev] [GRASS-SVN] r73692 - grass/trunk/lib/init

2018-11-22 Thread Vaclav Petras
On Thu, Nov 22, 2018 at 10:57 AM Markus Metz wrote: > > > On Thu, Nov 22, 2018 at 3:31 PM Vaclav Petras > wrote: > > > > > > > > On Wed, Nov 21, 2018 at 2:12 PM Martin Landa > wrote: > >> > >> Hi, > >> > >> st 21. 11. 2018 v 20:05 odesílatel napsal: > >> > +# clean the sqlite db > >>

Re: [GRASS-dev] Run time errors on windows - grass 7.4

2018-11-22 Thread Veronica Andreo
Maybe this thread is related: http://osgeo-org.1560.x6.nabble.com/OSGeo4W-winGRASS-using-bash-in-console-scripts-not-working-td5382999.html#a5386454 ? El jue., 22 nov. 2018 a las 19:45, CM Reddy () escribió: > Hi All, > > I am trying to compile Grass 7.4 stable version on Windows and followed >

[GRASS-dev] Run time errors on windows - grass 7.4

2018-11-22 Thread CM Reddy
Hi All, I am trying to compile Grass 7.4 stable version on Windows and followed the steps listed in the following link. https://trac.osgeo.org/grass/wiki/CompileOnWindows After successful compilation of Grass 7.4, I ran the grass executable from "C:\OSGeo4W64\bin" directory. However, it

Re: [GRASS-dev] GRASS 7.4.2 won't configure on Mac

2018-11-22 Thread Markus Neteler
Am Do., 22. Nov. 2018, 17:28 hat Michael Barton geschrieben: > Such is my plan B. Just hoping to shortcut it with an inquiry to all if > anyone knows of a recent change to GRASS source that might cause this. > > No obvious change to my system, but may be something not obvious of course >

Re: [GRASS-dev] GRASS 7.4.2 won't configure on Mac

2018-11-22 Thread Michael Barton
Such is my plan B. Just hoping to shortcut it with an inquiry to all if anyone knows of a recent change to GRASS source that might cause this. No obvious change to my system, but may be something not obvious of course Michael Michael Barton School of Human Evolution Change Center for Social

Re: [GRASS-dev] [GRASS-SVN] r73692 - grass/trunk/lib/init

2018-11-22 Thread Markus Metz
On Thu, Nov 22, 2018 at 3:31 PM Vaclav Petras wrote: > > > > On Wed, Nov 21, 2018 at 2:12 PM Martin Landa wrote: >> >> Hi, >> >> st 21. 11. 2018 v 20:05 odesílatel napsal: >> > +# clean the sqlite db >> > +from grass.script import db as gdb >> > +from grass.script import

Re: [GRASS-dev] [GRASS-SVN] r73692 - grass/trunk/lib/init

2018-11-22 Thread Vaclav Petras
On Wed, Nov 21, 2018 at 2:12 PM Martin Landa wrote: > Hi, > > st 21. 11. 2018 v 20:05 odesílatel napsal: > > +# clean the sqlite db > > +from grass.script import db as gdb > > +from grass.script import core as gcore > > +conn = gdb.db_connection() > > +if

Re: [GRASS-dev] GRASS 7.4.2 won't configure on Mac

2018-11-22 Thread Vaclav Petras
On Wed, Nov 21, 2018 at 4:22 PM Michael Barton wrote: > > As far as I can tell, I do not have cpp anywhere in any of the Mac > binaries I've done, although I do have a C++ compiler installed. All > previous versions compiled and built without this error, and they run fine. > So what was changed