Re: [PythonCE] Import inbox error

2009-12-10 Thread Martin Echols
Hi Mani, I am not sure if this would help, but the ‘ctypes’ or the ‘comtypes’ library for pythonce on windows ce PDAs might help you out. It allows you to access dll libraries. If you are trying to access email on the wince device check out: http://pythonce.sourceforge.net/Wikka/PIMs which show

Re: [PythonCE] Import inbox error

2009-12-09 Thread Sini Mäkelä
Hi, 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. "inbox" is also a Python extension for S60, so you cannot use it with PythonCE just like

Re: [PythonCE] Import inbox error

2009-12-08 Thread mani kandan
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

Re: [PythonCE] Import inbox error

2009-12-08 Thread mani kandan
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

Re: [PythonCE] Import inbox error

2009-12-08 Thread Mark Doukidis
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