Re: [GRASS-user] Sqlite error when calling GRASS GIS outside of GRASS

2020-08-07 Thread Helmut Kudrnovsky
[in a windows console/osgeo4w console you can mark the content with the mouse, then press return on the keybord, then you can paste the content as normal text into a mail, no screenshot needed}   >When I run the where from the windows console I get this:  there is a sqlite dll hell caused by

Re: [GRASS-user] Sqlite error when calling GRASS GIS outside of GRASS

2020-08-07 Thread DAmico, Ellen
-Original Message- From: grass-user On Behalf Of Helmut Kudrnovsky Sent: Friday, August 07, 2020 8:32 AM To: grass-user@lists.osgeo.org Subject: Re: [GRASS-user] Sqlite error when calling GRASS GIS outside of GRASS >I am getting this error: > >Process ended with non-zero return

Re: [GRASS-user] Sqlite error when calling GRASS GIS outside of GRASS

2020-08-07 Thread DAmico, Ellen
Hi, Thanks for the suggestions. I do have the paths set up. Like I said I can only set these through Spyder and not in my path variables directly because I do not have admin privileges to my work machine, I am not sure if this causing problems or not. If you can give me an example of how

Re: [GRASS-user] Sqlite error when calling GRASS GIS outside of GRASS

2020-08-07 Thread Helmut Kudrnovsky
>I am getting this error: > >Process ended with non-zero return code 3221225785. See errors in the (error) it's a dll mixing/mismatch due to more of the same dll in your %PATH%. which library errored the message above? (sqlite? gdal?)

Re: [GRASS-user] Sqlite error when calling GRASS GIS outside of GRASS

2020-08-07 Thread Moritz Lennert
Hi Ellen, Am 6. August 2020 22:03:24 MESZ schrieb "DAmico, Ellen" : >Good Afternoon, >I have been going around in circles with this error. >When I run this piece of code: >g.run_command(r'C:\OSGeo4W64\apps\grass\grass78\bin\g.proj.exe', >georef=geotiff, location = locationGeonet) >I am getting