[Qgis-developer] Python-Plugin-Installer doesn't work

Sebastian Holler shgeo at online.de
Wed Sep 17 06:40:17 EDT 2008


Hi,
I'm using a recent QGIS version from svn (trunk). No problems with
compiling but the activation of python plugin installer fails with message:


Couldn't load plugin plugin_installer due to an error ...
...
File
"/usr/share/qgis/python/plugins/plugin_installer/installer_data.py",
line 172, in load settings.setValue(self.knownRepos[0][0]+"/url",
QVariant(self.knownRepos[0][self.QGISver+1]))
AttributeError: knownRepos


It seems that self.knownRepos doesn't exist, but there is a global
variable "knownRepos" in this file. So I renamed self.knownRepos to
knownRepos and everything works fine.

Maybe somebody can fix this in svn?

Regards,
Sebastian H.


More information about the Qgis-developer mailing list