[GRASS-dev] Some wxPython 3 issues

Markus Neteler neteler at osgeo.org
Mon Oct 26 06:53:43 PDT 2015


Hi,

using the scatterplot tool (I loaded two landsat channels), I found a new issue:

Settings: unable to get value 'scatter:rasters:None'
/usr/lib64/python2.7/site-
packages/wx-3.0-gtk3/wx/lib/plot.py:377: FutureWarning:
comparison to `None` will result in an elementwise object
comparison in the future.
  if coord == None:
/usr/lib64/python2.7/site-
packages/wx-3.0-gtk3/wx/lib/plot.py:1201: FutureWarning:
comparison to `None` will result in an elementwise object
comparison in the future.
  if xAxis == None or yAxis == None:

It seems to produce the plot anyway but maybe worthwhile fixing.
This happened in G7.0.svn of today.

thanks
Markus


More information about the grass-dev mailing list