Yeah you are rite juan.I&#39;m trying to include an unavailabe header file.But can you please help me with where can i download the required.<br><br><div class="gmail_quote">On Tue, Dec 8, 2009 at 10:36 PM, Juan Pedro Fisanotti <span dir="ltr">&lt;<a href="mailto:fisadev@gmail.com">fisadev@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote">2009/12/8 mani kandan <span dir="ltr">&lt;<a href="mailto:majafriend@gmail.com" target="_blank">majafriend@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">

I am new to this forum and pythonCE please help me with this issue.I downloaded and installed pythonCE on my device and when i tried to run the program <br><br>&lt;code&gt;<br>import inbox, appuifw<br><br>box = inbox.Inbox()<br>



query = appuifw.query(u&quot;Search for:&quot;, &quot;text&quot;).lower()<br><br>hits = []<br>ids = []<br>for sms_id in box.sms_messages():<br>      msg = box.content(sms_id).lower()<br>      if msg.find(query) != -1:<br>



           hits.append(msg[:25])<br>           ids.append(sms_id)<br><br>index = appuifw.selection_list(hits, 1)<br>if index &gt;= 0:<br>        appuifw.note(box.content(ids[index]))<br>&lt;/code&gt;<br><br>it shows me Import error:No module named inbox.<br>



<br>I not able to figure out how to include the particular file.<br clear="all"><font color="#888888"><br>-- <br>ALWAYS KEEP SMILING <br><br> FOR U EVER,<br>  <br>     G.MANIKANDAN<br>
</font><br></div></div>_______________________________________________<br>
PythonCE mailing list<br>
<a href="mailto:PythonCE@python.org" target="_blank">PythonCE@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pythonce" target="_blank">http://mail.python.org/mailman/listinfo/pythonce</a><br>
<br></blockquote></div><br>I&#39;m not working with PythonCE at this moment, but that error is very simple: &quot;inbox&quot; is a module that you are trying to use, but is not installed on your system. Is not part of the standard library, so you must find and install it by yourself. Is like trying to use a software on your pc that has never been installed ;-)<br clear="all">


<br><div>PS: sorry if my english isn&#39;t correct, I&#39;m from Argentina :D<br>-- <br>fisa  -  Juan Pedro Fisanotti<br>
</div>
</blockquote></div><br><br clear="all"><br>-- <br>ALWAYS KEEP SMILING <br><br> FOR U EVER,<br>  <br>     G.MANIKANDAN<br>