Ticket #472 (closed defect: fixed)
wxPython profiling tool fails to detect missing numpy
| Reported by: | marisn | Owned by: | martinl |
|---|---|---|---|
| Priority: | critical | Milestone: | 6.4.0 |
| Component: | wxGUI | Version: | 6.4.0 RCs |
| Keywords: | Cc: | grass-dev@… | |
| Platform: | Linux | CPU: | Unspecified |
Description
Profiling tool fails to detect missing requirements. http://lists.osgeo.org/pipermail/grass-user/2009-January/048640.html Error from Ubuntu 8.04:
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=rplegend?)
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
