On Thu, Aug 22, 2019 at 5:57 PM Rich Shepard <[email protected]> wrote: > > On Mon, 19 Aug 2019, Markus Metz wrote: > > > Please post the full error message. > > Markus M, > > Starting GRASS GIS... > ERROR: wxGUI requires wxPython. No module named wx > You can still use GRASS GIS modules in the command line or in Python. > ERROR: Error in GUI startup. See messages above (if any) and if necessary, > please report this error to the GRASS developers. > On systems with package manager, make sure you have the right GUI package, > probably named grass-gui, installed. > To run GRASS GIS in text mode use the --text flag. > Use '--help' for further options > grass79 --help > See also: https://grass.osgeo.org/grass79/manuals/helptext.html > > Also, when I send the 'git pull' command instead of seeing a list of > upgraded files I see this: > > remote: Compressing objects: 100% (12/12), done. > remote: Total 24 (delta 14), reused 14 (delta 11), pack-reused 1 > Unpacking objects: 100% (24/24), done. > From https://github.com/OSGeo/grass > f6edaaffa..494d10b10 master -> origin/master > 0afea5a41..329fab952 releasebranch_7_6 -> origin/releasebranch_7_6 > d95f60bac..f582300b8 releasebranch_7_8 -> origin/releasebranch_7_8 > Updating 86354090c..494d10b10 > error: Your local changes to the following files would be overwritten by > merge: > lib/python/ctypes/ctypesgencore/parser/lextab.py
run git checkout lib/python/ctypes/ctypesgencore/parser/lextab.py then update again. That glitch has been fixed recently but requires this step (one time). markusN _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
