Created
May 29, 2016 14:43
-
-
Save akbargumbira/4221338b4b3042dcc144cd78aeb6ca69 to your computer and use it in GitHub Desktop.
master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.