Except that will remove all plugins! What you probably really want is: rm -rf /Users/hermanpalaquium/.qgis/python/plugins/contour
Which will only remove the contour plugin, which is failing to load because matplotlib isn't installed... I think you can also do this from the Python plugin installer by selecting to remove the plugin? Carson > Traceback (most recent call last): > File > "/Applications/Qgis.app/Contents/MacOS/../Resources/python/qgis/utils.py", > line 119, in loadPlugin > __import__(packageName) > File "/Users/hermanpalaquium/.qgis//python/plugins/contour/__init__.py", > line 28, in > from contour import Contour > File "/Users/hermanpalaquium/.qgis//python/plugins/contour/contour.py", > line 38, in > import matplotlib.pyplot as plt > ImportError: No module named matplotlib.pyplot -- Carson J. Q. Farmer ISSP Doctoral Fellow National Centre for Geocomputation National University of Ireland, Maynooth, http://www.carsonfarmer.com/ _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
