Traceback (most recent call last):
File "/home/dace/soft/grass64_release/dist.x86_64-unknown-
linux-gnu/etc/wxpython/gui_modules/mapdisp.py", line 3796,
in Profile
self.profile.OnSelectRaster(None)
File "/home/dace/soft/grass64_release/dist.x86_64-unknown-
linux-gnu/etc/wxpython/gui_modules/profile.py", line 241, in
OnSelectRaster
self.OnCreateProfile(event=None)
File "/home/dace/soft/grass64_release/dist.x86_64-unknown-
linux-gnu/etc/wxpython/gui_modules/profile.py", line 449, in
OnCreateProfile
self.DrawPlot()
File "/home/dace/soft/grass64_release/dist.x86_64-unknown-
linux-gnu/etc/wxpython/gui_modules/profile.py", line 474, in
DrawPlot
legend=r['plegend'])
File "/usr/lib/python2.5/site-
packages/wx-2.8-gtk2-unicode/wx/lib/plot.py", line 224, in
__init__
PolyPoints.__init__(self, points, attr)
File "/usr/lib/python2.5/site-
packages/wx-2.8-gtk2-unicode/wx/lib/plot.py", line 124, in
__init__
self._points =
_Numeric.array(points).astype(_Numeric.Float64)
ValueError
:
matrices are not aligned for copy
{{{
GRASS 6.5.svn (spearfish60):~/grass64 > g.gui wxpython
profile.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.
su
urpmi python-numpy
exit
GRASS 6.5.svn (spearfish60):~/grass64 > g.gui wxpython
# ... no more Numpy warning.
}}}