you are right - that line was missing ..
i inserted it but ..

Traceback (most recent call last):
 File "", line 1, in
File "C:/Dokumente und Einstellungen/macho/.qgis//python/plugins\rasterCatalog\rastercatalogplugin.py", line 19, in initGui self.action = QAction(QIcon(":/plugin/rasterCatalog/ressources/map.png"), "Raster Catalog plugin", self.iface.getMainWindow())
AttributeError: getMainWindow

Python-Version:
2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]

so probably theres something else wrong here ..
can you say what it is?

regards
Werner

Borys Jurgiel schrieb:
Dnia środa, 2 września 2009 o 11:04:40 Agustin Lobo napisał(a):
JJl,

I've just installed again and still get your Raster Catalog listed grey
and with a note stating incompatible
(qgis 1.2.0 on ubuntu jaunty) in the Plugin Manager. Perhaps the new
version is not
in the repository?

Maybe there is the qgisMinimumVersion method missing in the __init__.py file or returns an invalid value? It should look like that:

def qgisMinimumVersion():
  return "1.0.0"
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

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

Reply via email to