2015-05-11 10:44 GMT+02:00 Florin-Daniel Cioloboc <[email protected] >:
> Hello everyone, > > I am getting a rather strange message after using the make command, which > is preventing me from compiling my sources for a plugin. As a result, the > plugin doesn't show up in QGIS. > > Message: > >> ---------------------------------------- >> Compiled translation files to .qm files. >> ---------------------------------------- >> make: execvp: scripts/compile-strings.sh: Permission denied >> make: *** [transcompile] Error 127 >> >> > Had an earlier issue but it was partly solved by installing PyQT4. I don't > really understand what's wrong. > > I typed in prompt: *make test* and got: >> >> pyrcc4 -o resources_rc.py resources.qrc >> make: pyrcc4: Command not found >> make: *** [resources_rc.py] Error 127 >> >> I could use really use some help. > > make: pyrcc4: Command not found You have to install pyrcc4, if you're on Linux Ubuntu or Debian it's in the pyqt4-dev-tools package. -- Alessandro Pasotti w3: www.itopen.it
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
