#408: Profile tool does not work
-------------------------+--------------------------------------------------
Reporter: jachym | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Keywords: | Platform: Linux
Cpu: Unspecified |
-------------------------+--------------------------------------------------
When trying the profile tool in wxPython GUI, I got
{{{
Traceback (most recent call last):
File "/home/jachym/usr/src/grass/grass-6.4.0/dist.i686-pc-
linux-gnu/etc/wxpython/gui_modules/mapdisp.py", line 3728,
in Profile
style=wx.DEFAULT_FRAME_STYLE, rasterList=raster)
File "/home/jachym/usr/src/grass/grass-6.4.0/dist.i686-pc-
linux-gnu/etc/wxpython/gui_modules/profile.py", line 155, in
__init__
if self.parent.projinfo['units'] != '':
AttributeError
:
'MapFrame' object has no attribute 'projinfo'
}}}