Hi Glynn<div>SOrry to bother you and the rest of the people. But when you say that it&#39;sn&#39;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">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</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>
&gt; Ok at utils.py at line 21 I placed:<br>
&gt; import shlex<br>
&gt; and at the bottom of the file (linhe 424) I placed<br>
&gt; def split(s):<br>
&gt;     return shlex.split(s, posix = (sys.platform != &quot;win32&quot;))<br>
&gt;<br>
&gt; And I still got this error. Did I did something wrong?<br>
<br>
</div>It isn&#39;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 &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</div></div></blockquote></div><br></div>