Hi, i´m a new qgis user, I´ve been trying to install "Terrain Pofile Plugin", I instaled Qwt5, and had no problem during the plugin instalation, but when I try to use it, I receive the folow error message from python:
"Ha ocurrido un error mientras se ejecutaba el código de Python:
Traceback (most recent call last):
File "C:/Documents and Settings/Alfonso/.qgis//python/plugins\profiletool\profilePlugin.py", line 110, in leftClicked
dialoga = doProfile.Dialog(self.iface, self.points)
File "C:/Documents and Settings/Alfonso/.qgis//python/plugins\profiletool\doProfile.py", line 42, in __init__
self.setupUi(self)
File "C:/Documents and Settings/Alfonso/.qgis//python/plugins\profiletool\profileUi.py", line 50, in setupUi
self.qwtPlot = QwtPlot(self.tab)
TypeError: argument 1 of QwtPlot() has an invalid type
Versión de Python:
2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
Ruta de Python:['C:/Q/QuantumGIS\\./python', 'C:/Documents and Settings/Alfonso/.qgis//python/plugins', 'C:/Q/QuantumGIS\\./python/plugins', 'C:\\Q\\QuantumGIS\\python25.zip', 'C:\\Python25\\Lib', 'C:\\Python25\\DLLs', 'C:\\Python25\\Lib\\lib-tk', 'C:\\Q\\QuantumGIS', 'C:\\Python25', 'C:\\Python25\\lib\\site-packages']"
Does anyone have an idea what's happening?
Thanks.