[Qgis-developer] master pyqt compile error

KOSZA Antal kosza.antal at gmail.com
Mon Nov 30 10:24:37 PST 2015


Hi everyone,

Today I've got this error on clean compiling qgis master

My system: Debian sid


.......

 80%] Generating ui_frmVectorGrid.py
An unexpected error occurred.
Check that you are using the latest version of PyQt and send an error
report to
support at riverbankcomputing.com, including the following information:

  * your version of PyQt (4.11.4)
  * the UI file that caused this error
  * the debug output of pyuic4 (use the -d flag when calling pyuic4)
python/plugins/fTools/tools/CMakeFiles/zzz-fTools-2-
depend.dir/build.make:104: recipe for target
'python/plugins/fTools/tools/ui_frmVectorGrid.py' failed
make[2]: *** [python/plugins/fTools/tools/ui_frmVectorGrid.py] Error 1
make[2]: *** Deleting file
'python/plugins/fTools/tools/ui_frmVectorGrid.py'
CMakeFiles/Makefile2:5317: recipe for target
'python/plugins/fTools/tools/CMakeFiles/zzz-fTools-2-depend.dir/all'
failed
make[1]: *** [python/plugins/fTools/tools/CMakeFiles/zzz-fTools-2-
depend.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2


Then tried this:

pyuic4 -d -o ui_frmVectorGrid.py frmVectorGrid.ui  

and compiled fine.


Tóni


More information about the Qgis-developer mailing list