[Qgis-user] contour plugin
Giovanni Manghi
giovanni.manghi at faunalia.pt
Mon Jul 9 07:04:45 PDT 2012
> Can someone provide step-by-step instructions -- with URLs needed to
> obtain modules -- so that those of us can get contour properly up and
> running?
the plugin just needs matplotlib to be installed. Anyway is still a 3rd
party plugin, so you should contact the author if you have particular
issues.
I see now for example that the plugin seems broken anyway
An error has occured while executing Python code:
Traceback (most recent call last):
File "/home/gio/.qgis//python/plugins/contour/contour.py", line 70, in
run
dlg = ContourDialog(self._iface)
File "/home/gio/.qgis//python/plugins/contour/contour.py", line 145,
in __init__
if self._isMPLOk() == False:
File "/home/gio/.qgis//python/plugins/contour/contour.py", line 177,
in _isMPLOk
version = [int(i) for i in mpl.__version__.split('.')]
ValueError: invalid literal for int() with base 10: '1rc'
More information about the Qgis-user
mailing list