Re: [Qgis-developer] Closest Feature Finder plugin error

2011-01-20 Thread Alexander Bruy
Ups, sorry my fault

On Thu, 20 Jan 2011 19:16:10 +0100
Giuseppe Sucameli  wrote:
>
> seems the error is due to the fuzzytracer plugin. Look at the error ;)

-- 
Alexander Bruy
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Closest Feature Finder plugin error

2011-01-20 Thread Giuseppe Sucameli
Hi Alexander,

On Thu, Jan 20, 2011 at 7:06 PM, Alexander Bruy wrote:

> Traceback (most recent call last):
>  File "/home/alex/.qgis/python/plugins/fuzzytracer/fuzzytracer.py", line
> 115, in mapToolChanged
>self.iface.mapCanvas().setMapTool( self.mapTool )
> RuntimeError: underlying C/C++ object has been deleted
>
seems the error is due to the fuzzytracer plugin. Look at the error ;)

Cheers.

-- 
Giuseppe Sucameli
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Closest Feature Finder plugin error

2011-01-20 Thread Alexander Bruy
Hi

I've try to use Closest Feature Finder plugin and get next error

Traceback (most recent call last):
  File "/home/alex/.qgis/python/plugins/fuzzytracer/fuzzytracer.py", line 115, 
in mapToolChanged
self.iface.mapCanvas().setMapTool( self.mapTool )
RuntimeError: underlying C/C++ object has been deleted

Python version:
2.5.2 (r252:60911, Sep 11 2008, 13:43:31) 
[GCC 4.2.4]

QGIS version:
1.7.0-Trunk Trunk, 15053M

Also I get same error with SelectPlus and Interactive Identify plugins.
Seems that this related to the QgsMapTool usage.

-- 
Alexander Bruy
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer