On 7 April 2017 at 02:59, matteo <[email protected]> wrote: > Hi devs, > > I just compiled QGIS hoping to solve the issue of the strange UIs, but I > get this new error: >
> from qgis.core import (QgsExpressionContextUtils, > ImportError: cannot import name 'QgsProcessingAlgorithm' > > > > I looked and it the QgsProcessingAlgorithm class in (now?) directly as > C++ in core.. is the issue related to this? Yes... but those bindings should exist if you're building master. I'd try a totally clean build by wiping away your whole build folder (you can leave the CMakeCache.txt file to avoid having to resetup your cmake parameters). It's possible this may relate to your processing layout issue too... Nyall _______________________________________________ Qgis-developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
