<div dir="ltr">Hi,<div><br></div><div>I tried to start the most recent (SVN up) self-compiled version of GRASS71 on a Ubuntu-machine. GRASS starts and I can selected a location/mapset from the GUI but after the selection I get following error and the GUI does not start:</div><div><br></div><div><div>Launching <wxpython> GUI in the background, please wait...</div><div>GRASS 7.1.svn (nc_spm_08):~ > NumPy not found.</div><div><br></div><div>    This module requires the NumPy module, which could not be<br></div><div>    imported.  It probably is not installed (it's not part of the</div><div>    standard Python distribution). See the Numeric Python site</div><div>    (<a href="http://numpy.scipy.org" target="_blank">http://numpy.scipy.org</a>) for information on downloading source or</div><div>    binaries.</div><div><br></div><div>Traceback (most recent call last):</div><div>  File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 140, in <module></div><div>    sys.exit(main())</div><div>  File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 132, in main</div><div>    app = GMApp(workspaceFile)</div><div>  File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 46, in __init__</div><div>    wx.App.__init__(self, False)</div><div>  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in __init__</div><div>    self._BootstrapApp()</div><div>  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp</div><div>    return _core_.PyApp__BootstrapApp(*args, **kwargs)</div><div>  File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 79, in OnInit</div><div>    from lmgr.frame import GMFrame</div><div>  File "/usr/local/grass-7.1.svn/gui/wxpython/lmgr/frame.py", line 73, in <module></div><div>    from datacatalog.catalog   import DataCatalog</div><div>ImportError: No module named catalog</div></div><div><br></div><div>I am not sure why I get the errors concerning numpy as this is installed and can be loaded:</div><div><div>radinger@grassgis:~$ python</div><div>Python 2.7.3 (default, Jun 22 2015, 19:43:34) </div><div>[GCC 4.6.3] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import numpy</div><div>>>> </div><div><br></div><div>However, I am more worried about the error (or the failure of the GUI which does not start) related to the  messages on the wx-module "No module named catalog". There were no errors during configuration and compilation of the source code of GRASS.</div><div><br></div><div>I have also compiled and installed GRASS 7.0.2svn, here the GUI starts without any problems (however, I get the messages concerning numpy, but it seems they don't have any effect on running GRASS)</div><div><br></div><div>So what is the reason for GRASS71 to fail here? I have installed wxpython 3.0.1:</div><div><div>>>> import wx</div><div>>>> wx.VERSION_STRING</div><div>'3.0.1.0'</div><div>>>> wx.version()</div><div>'3.0.1.0 gtk2 (classic)'</div><div>>>> </div></div><div><br></div><div>Any suggestions?</div><div>Johannes</div><div><br></div></div></div>