[GRASS-dev] [GRASS GIS] #2558: The 'Profile Surfae Map' tool does not function.

#2558: The 'Profile Surfae Map' tool does not function.
-------------------------+--------------------------------------------------
Reporter: humu2015 | Owner: grass-dev@…
     Type: defect | Status: new
Priority: critical | Milestone: 6.4.5
Component: Default | Version: unspecified
Keywords: | Platform: Linux
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
''The command console gives this output:

Traceback (most recent call last):
   File "/opt/grass64/etc/wxpython/mapdisp/frame.py", line
1026, in OnProfile

win = ProfileFrame(parent = self, rasterList = raster)
   File "/opt/grass64/etc/wxpython/wxplot/profile.py", line
48, in __init__

BasePlotFrame.__init__(self, parent, size = size, **kwargs)
   File "/opt/grass64/etc/wxpython/wxplot/base.py", line 85,
in __init__

self.client = plot.PlotCanvas(self)
   File "/usr/lib64/python2.7/site-
packages/wx-3.0-gtk2/wx/lib/plot.py", line 598, in __init__

self.HandCursor = wx.Cursor(Hand.GetImage())
   File "/usr/lib64/python2.7/site-
packages/wx-3.0-gtk2/wx/_gdi.py", line 1510, in __init__

_gdi_.Cursor_swiginit(self,_gdi_.new_Cursor(*args,
**kwargs))
TypeError
:
Required argument 'type' (pos 2) not found''''

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2558&gt;
GRASS GIS <http://grass.osgeo.org>

#2558: The 'Profile Surfae Map' tool does not function.
-------------------------+--------------------------------------------------
Reporter: humu2015 | Owner: grass-dev@…
     Type: defect | Status: new
Priority: critical | Milestone: 6.4.5
Component: wxGUI | Version: unspecified
Keywords: | Platform: Linux
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by martinl):

  * component: Default => wxGUI

Old description:

''The command console gives this output:

Traceback (most recent call last):
  File "/opt/grass64/etc/wxpython/mapdisp/frame.py", line
1026, in OnProfile

win = ProfileFrame(parent = self, rasterList = raster)
  File "/opt/grass64/etc/wxpython/wxplot/profile.py", line
48, in __init__

BasePlotFrame.__init__(self, parent, size = size, **kwargs)
  File "/opt/grass64/etc/wxpython/wxplot/base.py", line 85,
in __init__

self.client = plot.PlotCanvas(self)
  File "/usr/lib64/python2.7/site-
packages/wx-3.0-gtk2/wx/lib/plot.py", line 598, in __init__

self.HandCursor = wx.Cursor(Hand.GetImage())
  File "/usr/lib64/python2.7/site-
packages/wx-3.0-gtk2/wx/_gdi.py", line 1510, in __init__

_gdi_.Cursor_swiginit(self,_gdi_.new_Cursor(*args,
**kwargs))
TypeError
:
Required argument 'type' (pos 2) not found''''

New description:

''The command console gives this output:

{{{
Traceback (most recent call last):
   File "/opt/grass64/etc/wxpython/mapdisp/frame.py", line
1026, in OnProfile

win = ProfileFrame(parent = self, rasterList = raster)
   File "/opt/grass64/etc/wxpython/wxplot/profile.py", line
48, in __init__

BasePlotFrame.__init__(self, parent, size = size, **kwargs)
   File "/opt/grass64/etc/wxpython/wxplot/base.py", line 85,
in __init__

self.client = plot.PlotCanvas(self)
   File "/usr/lib64/python2.7/site-
packages/wx-3.0-gtk2/wx/lib/plot.py", line 598, in __init__

self.HandCursor = wx.Cursor(Hand.GetImage())
   File "/usr/lib64/python2.7/site-
packages/wx-3.0-gtk2/wx/_gdi.py", line 1510, in __init__

_gdi_.Cursor_swiginit(self,_gdi_.new_Cursor(*args,
**kwargs))
TypeError
:
Required argument 'type' (pos 2) not found''''
}}}

--

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2558#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#2558: The 'Profile Surfae Map' tool does not function.
-------------------------+--------------------------------------------------
Reporter: humu2015 | Owner: grass-dev@…
     Type: defect | Status: new
Priority: critical | Milestone: 6.4.5
Component: wxGUI | Version: unspecified
Keywords: | Platform: Linux
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by annakrat):

I am not sure if we can do anything about this:
http://trac.wxwidgets.org/ticket/16767

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2558#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>