Hi list, I'm trying to allow experimental plugins via a Python script and it doesn't work.
Here is the code:
from PyQt4.QtCore import QSettings
s = QSettings()
s.setValue("Qgis/plugin-installer/allowExperimental", True)
What am I doing wrong?
Thanks in advance.
Rémi
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
