[Qgis-developer] Processing QgsProcessingAlgorithm problem

matteo matteo.ghetta at gmail.com
Thu Apr 6 20:19:17 PDT 2017


Hi Nyall,


> 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).

yep, no more importing complaining.. :)


> It's possible this may relate to your processing layout issue too...

for the layouts.......
I made some other workarounds... and that's the situation:

I have the qgis_customwidgets.py file here:

/usr/lib/python3/dist-packages/PyQt5/uic/widget-plugins/qgis_customwidgets.py

I put it there manually because I wanted to see the QGIS Custom Widgets
in Qt Designer (see old discussion here [0])..

if I **remove** this file from there, boom, Processing and all other UI
are fine, even if I have this error at the start:


  File
"/home/matteo/lavori/QGIS/build-qgis3/output/python/qgis/utils.py", line
647, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named 'qgscollapsiblegroupbox'


but I don't have the QGIS widgets in Qt anymore..

this thing is driving me crazy....


Cheers

Matteo


[0]
https://lists.osgeo.org/pipermail/qgis-developer/2016-December/046075.html




More information about the Qgis-developer mailing list