Hello Im a new user of GRASS. Im experiencing the following issue, while trying to run Grass on OSX, apparently NumPy is not installed, but I have built it and installed successfully. Any help will be welcome! Fran
GRASS 6.4.3 (nc_basic_spm_grass7):~ > wxnviz.py: This module requires the NumPy module, which could not be imported. It probably is not installed (it's not part of the standard Python distribution). See the Numeric Python site (http://numpy.scipy.org) for information on downloading source or binaries. Traceback (most recent call last): File "/opt/local/share/grass-6.4.3/etc/wxpython/wxgui.py", line 34, in <module> from lmgr.frame import GMFrame File "/opt/local/share/grass-6.4.3/etc/wxpython/lmgr/frame.py", line 46, in <module> from lmgr.layertree import LayerTree, LMIcons File "/opt/local/share/grass-6.4.3/etc/wxpython/lmgr/layertree.py", line 37, in <module> from mapdisp.frame import MapFrame File "/opt/local/share/grass-6.4.3/etc/wxpython/mapdisp/frame.py", line 52, in <module> from wxplot.profile import ProfileFrame File "/opt/local/share/grass-6.4.3/etc/wxpython/wxplot/profile.py", line 23, in <module> import wx.lib.plot as plot File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/wx-2.8-gtk2-unicode/wx/lib/plot.py", line 132, in <module> raise ImportError, "Numeric,numarray or NumPy not found. \n" + msg ImportError: Numeric,numarray or NumPy not found. This module requires the Numeric/numarray or NumPy module, which could not be imported. It probably is not installed (it's not part of the standard Python distribution). See the Numeric Python site (http://numpy.scipy.org) for information on downloading source or binaries.
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
