Opened 10 years ago

Last modified 9 years ago

#2558 closed defect

The 'Profile Surfae Map' tool does not function. — at Version 1

Reported by: humu2015 Owned by: grass-dev@…
Priority: major Milestone: 6.4.6
Component: wxGUI Version: 6.4.5
Keywords: wxgui Cc: msieczka
CPU: All Platform: All

Description (last modified by martinl)

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''''

Change History (1)

comment:1 by martinl, 10 years ago

Component: DefaultwxGUI
Description: modified (diff)
Note: See TracTickets for help on using tickets.