Changes between Initial Version and Version 1 of Ticket #734
- Timestamp:
- 03/09/22 06:30:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #734 – Description
initial v1 6 6 The same behaviour is not seen with the standalone QGIS installer. 7 7 8 From #47163I can see that this message is returned by Grass7Utils.py, and after some exploration I discovered that this is because the GISBASE environment variable is not set.8 From [[https://github.com/qgis/QGIS/pull/47163|#47163]] I can see that this message is returned by Grass7Utils.py, and after some exploration I discovered that this is because the GISBASE environment variable is not set. 9 9 10 10 If QGIS is launched via the batch file: C:\OSGeo4W\bin\qgis-ltr.bat, then GISBASE is correctly set and the GRASS processing tool function correctly.