<div dir="ltr"><div><div><div>Thank you, Hugo!<br><br></div>That was a good tip, as I was checking the files I enabled the "allow executing file as program". Whether that was the magic trick, I am unsure but in any case now it's working. Same goes for the import qgis.core in the Ubuntu terminal, no more import errors.<br><br></div>Hopefully, I can actually start to work on my plugin.<br><br></div>Best regards<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 11, 2015 at 2:13 PM, Hugo Mercier <span dir="ltr"><<a href="mailto:hugo.mercier@oslandia.com" target="_blank">hugo.mercier@oslandia.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Make sure you are on a file system that support unix file execution<br>
permission (no ntfs) and that it is mounted correctly.<br>
Make also sure that the user running make is the same as the owner of<br>
all files.<br>
<span class=""><br>
On 11/05/2015 12:16, Florin-Daniel Cioloboc wrote:<br>
> Apparently, neither chmod +x scripts/compile-strings.sh nor chmod 001<br>
> scripts/compile-strings.sh work.<br>
> Whenever I use make test:<br>
><br>
>     ----------------------------------------<br>
>     Compiled translation files to .qm files.<br>
>     ----------------------------------------<br>
>     make: execvp: scripts/compile-strings.sh: Permission denied<br>
>     make: *** [transcompile] Error 127<br>
><br>
><br>
> Does anyone know why?<br>
><br>
><br>
><br>
><br>
> On Mon, May 11, 2015 at 12:06 PM, Florin-Daniel Cioloboc<br>
</span><span class="">> <<a href="mailto:cioloboc.florin@gmail.com">cioloboc.florin@gmail.com</a> <mailto:<a href="mailto:cioloboc.florin@gmail.com">cioloboc.florin@gmail.com</a>>> wrote:<br>
><br>
>     Thanks for the reply Alessandro,<br>
><br>
>     Already done that. It still doesn't work yet, however I got the idea<br>
>     to source it: source scripts/run-env-linux.sh /usr/bin/qgis-2.2/ and<br>
>     it worked up, at least that command.<br>
><br>
>     Unfortunately, when running make test command it get the same<br>
>     permission error so at the moment I'm trying to set it using chmod<br>
>     but it doesn't seem to be working.<br>
><br>
><br>
><br>
>     On Mon, May 11, 2015 at 11:45 AM, Alessandro Pasotti<br>
</span><span class="">>     <<a href="mailto:apasotti@gmail.com">apasotti@gmail.com</a> <mailto:<a href="mailto:apasotti@gmail.com">apasotti@gmail.com</a>>> wrote:<br>
><br>
>         2015-05-11 10:44 GMT+02:00 Florin-Daniel Cioloboc<br>
</span>>         <<a href="mailto:cioloboc.florin@gmail.com">cioloboc.florin@gmail.com</a> <mailto:<a href="mailto:cioloboc.florin@gmail.com">cioloboc.florin@gmail.com</a>>>:<br>
<span class="">><br>
>             Hello everyone,<br>
><br>
>             I am getting a rather strange message after using the make<br>
>             command, which is preventing me from compiling my sources<br>
>             for a plugin. As a result, the plugin doesn't show up in QGIS.<br>
><br>
>             Message:<br>
><br>
>                 ----------------------------------------<br>
>                 Compiled translation files to .qm files.<br>
>                 ----------------------------------------<br>
>                 make: execvp: scripts/compile-strings.sh: Permission denied<br>
>                 make: *** [transcompile] Error 127<br>
><br>
><br>
>             Had an earlier issue but it was partly solved by installing<br>
>             PyQT4. I don't really understand what's wrong.<br>
><br>
</span>>                 I typed in prompt: /make test/ and got:<br>
<span class="">><br>
>                 |pyrcc4 -o resources_rc.py  resources.qrc<br>
>                 make: pyrcc4: Command not found<br>
>                 make: *** [resources_rc.py] Error 127|<br>
><br>
>             I could use really use some help.<br>
><br>
><br>
><br>
>         make: pyrcc4: Command not found<br>
><br>
>         You have to install pyrcc4, if you're on Linux Ubuntu  or Debian<br>
>         it's in the pyqt4-dev-tools package.<br>
><br>
><br>
>         --<br>
>         Alessandro Pasotti<br>
</span>>         w3:   <a href="http://www.itopen.it" target="_blank">www.itopen.it</a> <<a href="http://www.itopen.it" target="_blank">http://www.itopen.it</a>><br>
><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Qgis-developer mailing list<br>
> <a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
><br>
<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div><br></div>