Re: [Qgis-developer] Opinion on plugin named prepair (and possible likes)

2014-06-06 Thread Hugo Ledoux
-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Opinion on plugin named prepair (and possible likes) Message-ID: 5391b116.3080...@faunalia.it Content-Type: text/plain; charset=ISO-8859-1 Il 06/06/2014 13:17, Hugo Ledoux ha scritto: A windows Installer would be nice, but, Paulo, do

Re: [Qgis-developer] Opinion on plugin named prepair (and possible likes)

2014-06-06 Thread Hugo Ledoux
On Fri, Jun 6, 2014 at 3:11 PM, qgis-developer-requ...@lists.osgeo.org wrote: I also agree with Nathan: would you like to cooperate with QGIS core team, and incorporate your logic, possibly your code, in QGIS itself? All the best. Yes we’re willing to do that. It should be stressed out here

[Qgis-developer] dash in plugin folder name = big problems

2014-06-03 Thread Hugo Ledoux
Greetings, as described there (http://hub.qgis.org/issues/3145), plugins cannot have dashes in their folder name. I understand that this is related to Python and not specifically to QGIS. However, the issue is that we are asked to upload our plugin, so I created a temp folder (yes with a dash)

[Qgis-developer] how to run an external program from QGIS and catch its output?

2014-03-18 Thread Hugo Ledoux
I’m developing a plugin and I want to call an external program that takes as input a string and outputs a string. Under Mac and Linux I successfully used subprocess.Popen() but under Windows it doesn’t work. For instance, from a Python console inside QGIS under Mac/Linux: import subprocess p =