[GRASS-dev] [GRASS GIS] #3112: wxgui scatterplot tool: C++ assertion "m_window" failed at ../src/gtk/dcclient.cpp(2043) in DoGetSize(): GetSize() doesn't work without window
GRASS GIS
trac at osgeo.org
Wed Aug 3 01:59:25 PDT 2016
#3112: wxgui scatterplot tool: C++ assertion "m_window" failed at
../src/gtk/dcclient.cpp(2043) in DoGetSize(): GetSize() doesn't work
without window
--------------------------+-------------------------
Reporter: mlennert | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.5
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords: scatterplot
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by pvanbosgeo):
I can confirm that the bivariate scatterplot tool in the Map Display is
not working (grass 7.3svn, r69054, python 2.7.12, wxpython 3.0.2.0, ubuntu
16.04). The error I got is slightly different, so adding below.
{{{
Traceback (most recent call last):
File "/usr/local/grass7/grass-7.3.svn/gui/wxpython/mapdisp
/frame.py", line 1174, in OnScatterplot
win = ScatterFrame(parent=self, rasterList=raster)
File "/usr/local/grass7/grass-7.3.svn/gui/wxpython/wxplot/
scatter.py", line 42, in __init__
BasePlotFrame.__init__(self, parent, size=size, **kwargs)
File "/usr/local/grass7/grass-7.3.svn/gui/wxpython/wxplot/
base.py", line 107, 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: <http://trac.osgeo.org/grass/ticket/3112#comment:1>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list