[GRASS-dev] [GRASS GIS] #4019: g.gui.iclass: Unable to import packages needed for scatter plot

#4019: g.gui.iclass: Unable to import packages needed for scatter plot
-----------------------------------+---------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.8.3
Component: wxGUI | Version: git-releasebranch78
Keywords: python3, g.gui.iclass | CPU: Unspecified
Platform: Unspecified |
-----------------------------------+---------------------------------
Starting the command generated this error (the module continues):

{{{
Scatter plot functionality is disabled.

Reason:
Unable to import packages needed for scatter plot.
No module named 'core_c'
}}}

It is probably a Python 3 related error?

https://github.com/OSGeo/grass/blob/master/gui/wxpython/iclass/plots.py#L96

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

#4019: g.gui.iclass: Unable to import packages needed for scatter plot
--------------------------+-----------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.8.3
Component: wxGUI | Version: git-releasebranch78
Resolution: fixed | Keywords: python3, g.gui.iclass
       CPU: Unspecified | Platform: Unspecified
--------------------------+-----------------------------------
Changes (by annakrat):

* status: new => closed
* resolution: => fixed

Comment:

See PR #316, iclass tool working again with Python 3 including scatter
plots, merged and backported to 7.8.

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