Glynn I decided re-start this issue...<div><br></div><div>A few emails ago you mentioned this:</div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">I suspect that those in prompt.py should be changed, but I&#39;m not sure<br>
about the others.<br></span><br></div><div>I tried to find this file but there is no prompt.py. Is there any alternative filename?</div><div>Thanks</div><div>Luis<br><div class="gmail_quote">On Wed, Oct 20, 2010 at 4:29 PM, 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>
<br>
Luis Lisboa wrote:<br>
&gt; &gt; &gt; Ok at utils.py at line 21 I placed:<br>
&gt; &gt; &gt; import shlex<br>
&gt; &gt; &gt; and at the bottom of the file (linhe 424) I placed<br>
&gt; &gt; &gt; def split(s):<br>
&gt; &gt; &gt;     return shlex.split(s, posix = (sys.platform != &quot;win32&quot;))<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; And I still got this error. Did I did something wrong?<br>
&gt; &gt;<br>
&gt; &gt; It isn&#39;t sufficient to add the function; you have to change (some of)<br>
&gt; &gt; the existing shlex.split() calls to use utils.split() instead.<br>
&gt;<br>
</div><div class="im">&gt; SOrry to bother you and the rest of the people. But when you say that<br>
&gt; it&#39;sn&#39;t enough, you mean that all shlex.split() shall be substituted<br>
&gt; by utils.split()? is that it?<br>
<br>
</div>Yes.<br>
<br>
Well, not all of them, but the ones which relate to the command<br>
prompt. Others, e.g. parsing of commands from menudata.xml, shouldn&#39;t<br>
depend upon the platform.<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>