Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akbargumbira/4221338b4b3042dcc144cd78aeb6ca69 to your computer and use it in GitHub Desktop.
Save akbargumbira/4221338b4b3042dcc144cd78aeb6ca69 to your computer and use it in GitHub Desktop.
master
[ 83%] Generating ui_inOutSelector.py
Traceback (most recent call last):
File "../../../../../scripts/pyuic-wrapper.py", line 1, in <module>
import qgis.PyQt.uic.pyuic
ImportError: No module named qgis.PyQt.uic.pyuic
python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/build.make:117: recipe for target 'python/plugins/GdalTools/tools/ui_inOutSelector.py' failed
make[2]: *** [python/plugins/GdalTools/tools/ui_inOutSelector.py] Error 1
CMakeFiles/Makefile2:5499: recipe for target 'python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all' failed
make[1]: *** [python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
@mbernasocchi
Copy link

Have you installed the qt dev packages?

@epifanio
Copy link

Have a look for missed dependencies like Qscintilla and pyQscintilla development files.

libqscintilla2-dev pyqt4.qsci-dev

Also, make sure you are building against qt4, pyqt 4 and using python2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment