Hi!

At installing ValueTool 0.4.4 I get:
An error has occured while executing Python code:

Traceback (most recent call last):
  File "/home/alobo/.qgis//python/plugins/valuetool/valuewidget.py",
line 493, in resizeEvent
    self.invalidatePlot()
  File "/home/alobo/.qgis//python/plugins/valuetool/valuewidget.py",
line 484, in invalidatePlot
    if self.mplLine is not None:
AttributeError: 'ValueWidget' object has no attribute 'mplLine'

Despite this error, the message Plugin installation successful is issued,
but then the graphic does not work and the following message is
displayed (and only option Qwt is available) :

An error has occured while executing Python code:

Traceback (most recent call last):
  File "/home/alobo/.qgis//python/plugins/valuetool/valuewidget.py",
line 255, in printValue
    self.calculateStatistics(layersWOStatistics)
  File "/home/alobo/.qgis//python/plugins/valuetool/valuewidget.py",
line 347, in calculateStatistics
    self.invalidatePlot(False)
  File "/home/alobo/.qgis//python/plugins/valuetool/valuewidget.py",
line 484, in invalidatePlot
    if self.mplLine is not None:
AttributeError: 'ValueWidget' object has no attribute 'mplLine'

Python version:
2.6.5 (r265:79063, Apr 16 2010, 14:15:55)
[GCC 4.4.3]

Agus
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to