Ticket #1679 (closed defect: worksforme)
d.histogram fails to start
| Reported by: | jradinger | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxGUI | Version: | svn-develbranch6 |
| Keywords: | d.histogram | Cc: | |
| Platform: | MacOSX | CPU: | Unspecified |
Description
It is not possible to launch d.histogram in GRASS 6.5SVN (r52187) either via the GUI command console or via right mouse click on the raster file on my Mac OSX system. Following error is produced:
Traceback (most recent call last):
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpyt
hon/gui_core/prompt.py", line 1118, in OnKeyPressed?
self._runCmd(self.GetCurLine?()[0].strip())
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpyt
hon/gui_core/prompt.py", line 607, in _runCmd
if cmdString[:2] == 'd.' and not self.parent.curr_page: AttributeError? : 'GMConsole' object has no attribute 'curr_page'
