[GRASS-dev] [GRASS GIS] #2813: wxplot tools fails with wxPython 3
GRASS GIS
trac at osgeo.org
Thu Nov 26 12:49:20 PST 2015
#2813: wxplot tools fails with wxPython 3
--------------------------------+-------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.1.0
Component: wxGUI | Version: unspecified
Keywords: wxplot, wxpython 3 | CPU: x86-64
Platform: Linux |
--------------------------------+-------------------------
wxGUI tools like Histogram or Profile fails with wxPython 3
{{{
OnHistogram
win = HistogramPlotFrame(parent = self, rasterList =
rasterList)
File "/opt/src/grass_trunk/dist.x86_64-unknown-linux-
gnu/gui/wxpython/wxplot/histogram.py", line 39, in __init__
BasePlotFrame.__init__(self, parent, size = size, **kwargs)
File "/opt/src/grass_trunk/dist.x86_64-unknown-linux-
gnu/gui/wxpython/wxplot/base.py", line 88, in __init__
self.client = plot.PlotCanvas(self)
File "/usr/lib/python2.7/dist-
packages/wx-3.0-gtk2/wx/lib/plot.py", line 598, in __init__
self.HandCursor = wx.Cursor(Hand.GetImage())
File "/usr/lib/python2.7/dist-
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: <https://trac.osgeo.org/grass/ticket/2813>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list