On Mon, Oct 25, 2010 at 4:13 PM, Richard Duivenvoorde <[email protected]> wrote: > Martin Dobias wrote: >> Hi Richard >> >> On Sun, Oct 24, 2010 at 9:03 PM, Richard Duivenvoorde >> <[email protected]> wrote: >>> p=QgsProject.instance() >>> p.setFileName(str("/home/richard/temp/bpprr.qgs")) >>> p.write()
I have looked into this and I think I have fixed that issue successfully in r14434. It seems the problem was in not acquiring the python global interpreter lock and thus accessing python API while in an inconsistent state. Richard, Barry, please test whether it helps your plugins. Regards Martin _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
