[Qgis-developer] Errors in plugins: OpenLayers, RAS, xytools, ShellDB, DirectionalSlope

Paolo Cavallini cavallini at faunalia.it
Thu Dec 27 07:02:46 PST 2012


Hi all.
Just recompiled, I get a number of plugin-related errors, see below.
All the best.

======================================================================================

* ShellDB and DirectionalSlope are listed as upgradeable even after upgrading

======================================================================================

Couldn't load plugin openlayers due an error when calling its initGui() method

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 198, in startPlugin
    plugins[packageName].initGui()
  File "/home/paolo/.qgis//python/plugins/openlayers/openlayers_plugin.py", line 160,
in initGui
    if not self.__setCoordRSGoogle():
  File "/home/paolo/.qgis//python/plugins/openlayers/openlayers_plugin.py", line 211,
in __setCoordRSGoogle
    if not self.__coordRSGoogle.createFromEpsg(idEpsgRSGoogle):
AttributeError: 'QgsCoordinateReferenceSystem' object has no attribute 'createFromEpsg'

======================================================================================

Couldn't load plugin ras due an error when calling its initGui() method

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 198, in startPlugin
    plugins[packageName].initGui()
  File "/home/paolo/.qgis//python/plugins/ras/openlayers_plugin.py", line 76, in initGui
    if not self.__setCoordRSGoogle():
  File "/home/paolo/.qgis//python/plugins/ras/openlayers_plugin.py", line 167, in
__setCoordRSGoogle
    if not self.__coordRSGoogle.createFromEpsg(idEpsgRSGoogle):
AttributeError: 'QgsCoordinateReferenceSystem' object has no attribute 'createFromEpsg'

======================================================================================

Couldn't load plugin xytools due an error when calling its initGui() method

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 198, in startPlugin
    plugins[packageName].initGui()
  File "/home/paolo/.qgis//python/plugins/xytools/xytools.py", line 52, in initGui
    "XY tools", self.iface.actionCapturePoint().actionGroup())
AttributeError: 'QgisInterface' object has no attribute 'actionCapturePoint'





-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario


More information about the Qgis-developer mailing list