[Qgis-developer] Processing QgsProcessingAlgorithm problem
Nyall Dawson
nyall.dawson at gmail.com
Thu Apr 6 16:39:43 PDT 2017
On 7 April 2017 at 02:59, matteo <matteo.ghetta at gmail.com> 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
More information about the Qgis-developer
mailing list