<div dir="ltr"><br><br>On Thu, Aug 15, 2019 at 10:50 PM Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br>><br>> On Thu, 15 Aug 2019, Markus Metz wrote:<br>><br>> > but the gui is looking in /usr/lib64/python2.7/site-packages/<br>> > -> wrong python version<br>> > make sure wxpython for python3 is installed, make distclean, configure, make<br>><br>> Markus M,<br>><br>> Now, wxPython-4.0.4 is installed and visible in<br>> /usr/lib64/python3.7/site-packages/ but a rebuilt/reinstalled grass79 still<br>> cannot find it:<br><div><br></div><div>the grass startup script was not updated to enforce python3, fixed in master <span class="gmail-sha-block"><span class="gmail-sha gmail-user-select-contain">83ba584e</span></span></div><div><span class="gmail-sha-block"><span class="gmail-sha gmail-user-select-contain"><br></span></span></div><div><span class="gmail-sha-block"><span class="gmail-sha gmail-user-select-contain">git pull && make</span></span></div><div><span class="gmail-sha-block"><span class="gmail-sha gmail-user-select-contain">should help</span></span></div><div><span class="gmail-sha-block"><span class="gmail-sha gmail-user-select-contain"><br></span></span></div><div><span class="gmail-sha-block"><span class="gmail-sha gmail-user-select-contain">Markus M<br></span></span></div><div><br></div><div>></div>> $ grass79<br>> Starting GRASS GIS...<br>> ERROR: wxGUI requires wxPython. No module named wx<br>> You can still use GRASS GIS modules in the command line or in Python.<br>> ERROR: Error in GUI startup. See messages above (if any) and if necessary, please report this error to the GRASS developers.<br>> On systems with package manager, make sure you have the right GUI package, probably named grass-gui, installed.<br>> To run GRASS GIS in text mode use the --text flag.<br>> Use '--help' for further options<br>>       grass79 --help<br>> See also: <a href="https://grass.osgeo.org/grass79/manuals/helptext.html">https://grass.osgeo.org/grass79/manuals/helptext.html</a><br>> Exiting...<br>><br>> 'wx' is found in several places:<br>><br>> # find / -name wx<br>> /usr/include/wx-3.0/wx<br>> /usr/include/wx-2.8/wx<br>> /usr/lib64/python3.7/site-packages/wx<br>> /usr/lib64/wx<br>> /usr/lib64/wx/include/gtk2-unicode-release-2.8/wx<br>> /usr/lib64/wx/include/gtk2-unicode-3.0/wx<br>> /home/rshepard/.grass7/wx<br>><br>> Could grass be looking for wxPython rather than wxPython4?<br>><br>> Regards,<br>><br>> Rich</div>