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
import inbox, appuifw
box = inbox.Inbox()
query = appuifw.query(u"Search for:", "text").lower()
hits = []
ids = []
for sms_id in box.sms_messag
Hi Mani
It looks like you are trying to import a Symbian module on a Windows
CE platform.
I think "appuifw" is a PYS60 module (python wrapper for Symbian Series
60 devices)
You should look for another GUI for a Windows CE device.
I know Tkinter works but their are other efforts for CE.
regards
Yeah you are rite juan.I'm trying to include an unavailabe header file.But
can you please help me with where can i download the required.
On Tue, Dec 8, 2009 at 10:36 PM, Juan Pedro Fisanotti wrote:
> 2009/12/8 mani kandan
>
>> I am new to this forum and pythonCE please help me with this issue.I
Hi Mark,
As you said "appuifw" is a PYS60 module so i cant include those in my
windows CE.But "appuifw" is not my major concern.I need that "inbox" header
file.Can u please guide me where can i download that.
On Wed, Dec 9, 2009 at 6:45 AM, Mark Doukidis wrote:
> Hi Mani
>
> It looks like you a