Hi Glynn<div>SOrry to bother you and the rest of the people. But when you say that it'sn't enough, you mean that all shlex.split() shall be substituted by utils.split()? is that it?</div><div>Thanks<br>Luis<br><br>
<div class="gmail_quote">On Wed, Oct 20, 2010 at 2:05 AM, Glynn Clements <span dir="ltr"><<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
Luis Lisboa wrote:<br>
<br>
> Ok at utils.py at line 21 I placed:<br>
> import shlex<br>
> and at the bottom of the file (linhe 424) I placed<br>
> def split(s):<br>
> return shlex.split(s, posix = (sys.platform != "win32"))<br>
><br>
> And I still got this error. Did I did something wrong?<br>
<br>
</div>It isn't sufficient to add the function; you have to change (some of)<br>
the existing shlex.split() calls to use utils.split() instead.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Glynn Clements <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>><br>
</div></div></blockquote></div><br></div>