<p>Hmmm. I'll maybe have another look and send you a version with some debugging statements. I was in a rush., it definitely worked fir me! The reason you had it in a different line was because I had some debug print statements in.</p>

<div class="gmail_quote">On Aug 27, 2012 8:40 PM, "Werner Macho" <<a href="mailto:werner.macho@gmail.com">werner.macho@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 08/27/2012 04:12 PM, Barry Rowlingson wrote:<br>
> I think the subprocess.Popen call in RUtils is at fault. The "command"<br>
> is a list, but I think shell=True causes it to be sent to the shell as<br>
> a command line. If you concatenate (join) the command list with spaces<br>
> into a single string, this works: proc = subprocess.Popen("<br>
> ".join(command), shell=True, stdout=subprocess.PIPE,<br>
> stdin=subprocess.PIPE,stderr=subprocess.STDOUT,<br>
> universal_newlines=True) line 62 of RUtils.py in the sextante plugin.<br>
> Barry<br>
<br>
Hi!<br>
Tried your new line (actually it was line 62 in my sextante)<br>
with no luck ..<br>
same result as before :(<br>
<br>
So I still do not know where the problem is ..<br>
Probably Victor will be at the next hackfest and I can show my notebook<br>
to him ;)<br>
<br>
but thanks for your try anyway .<br>
<br>
kind regards<br>
Werner<br>
<br>
</blockquote></div>