Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name NavigationToolbar2QTAgg #24460

Closed
qgib opened this issue May 16, 2017 · 1 comment
Closed

ImportError: cannot import name NavigationToolbar2QTAgg #24460

qgib opened this issue May 16, 2017 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Easy fix Plugins

Comments

@qgib
Copy link
Contributor

qgib commented May 16, 2017

Author Name: Davide Notti (@daveal81)
Original Redmine Issue: 16558
Affected QGIS version: 2.18.7
Redmine category:python_plugins
Assignee: Alexander Bruy


Statis and other plugins have this problem relatae with matplotlib in python :

Traceback (most recent call last):
File "C:/OSGEO41/apps/qgis/./python\qgis\utils.py", line 333, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:/Users/d.notti/.qgis2/python/plugins\statist_init_.py", line 77, in classFactory
from statist import StatistPlugin
File "C:/OSGEO4
1/apps/qgis/./python\qgis\utils.py", line 607, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/d.notti/.qgis2/python/plugins\statist\statist.py", line 35, in
import statistdialog
File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 607, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "C:/Users/d.notti/.qgis2/python/plugins\statist\statistdialog.py", line 49, in
from matplotlib.backends.backend_qt4agg import NavigationToolbar2QTAgg as NavigationToolbar
ImportError: cannot import name NavigationToolbar2QTAgg

@qgib
Copy link
Contributor Author

qgib commented May 16, 2017

Author Name: Alexander Bruy (@alexbruy)


This bugtracker used only for QGIS issues. Please file ticket in the plugin bugtracker


  • resolution was changed from to up/downstream
  • status_id was changed from Open to Rejected

@qgib qgib closed this as completed May 16, 2017
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins Easy fix labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Easy fix Plugins
Projects
None yet
Development

No branches or pull requests

1 participant