BergWerkGIS / VoGIS-Profil-Tool

VoGIS-Profil-Tool, Amt der Vorarlberger Landesregierung , Landesamt für Vermessung und Geoinformation
http://vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/start.htm
7 stars 4 forks source link

error #9

Closed krisboers closed 6 years ago

krisboers commented 6 years ago

One of our employees gets following error when he tries to make a profile: File "C:/Users/kevinf/.qgis2/python/plugins\VoGisProfilTool\vogisprofiltoolmaindialog.py", line 194, in profiles_finished dlg = VoGISProfilToolPlotDialog(self.iface, self.settings, profiles, intersections) File "C:/Users/kevinf/.qgis2/python/plugins\VoGisProfilTool\vogisprofiltoolplot.py", line 104, in init plt_toolbar = matplotlib.backends.backend_qt4agg.NavigationToolbar2QTAgg(self.plt_widget, self.ui.IDC_frPlot) AttributeError: 'module' object has no attribute 'NavigationToolbar2QTAgg'

Any ideas?

kikislater commented 6 years ago

It's related to new version of matplotlib and listed here :

https://github.com/BergWerkGIS/VoGIS-Profil-Tool/issues/6

There is solution in this thread

krisboers commented 6 years ago

ok, thx. we'll try that