There is a bug with the Statist plugin.

-------------------------------------------------------------

The plugin is broken. Python said:
cannot import name NavigationToolbar2QTAgg

-------------------------------------------------------------

As suggested by user'spaceof7'  on github, changing line 49

from matplotlib.backends.backend_qt4agg import NavigationToolbar2QTAgg as NavigationToolbar
to:
from matplotlib.backends.backend_qt4agg import NavigationToolbar2QT as NavigationToolbar


fixes the problem.


The git repository doesn't seem up to date (last update is from 2013.) and code has obviouslychanged since (when comparing sources).



Patrice




_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to