Re: [PythonCE] I need an example

2004-12-03 Thread Anthony Tuininga
On the XML parsing front I did manage to produce a port of pyexpat for Windows CE that worked for me quite well. I posted the patches to this list a few weeks ago. They are quite small and self-contained so they probably could be included in the main distribution. On Fri, 3 Dec 2004 15:44:32 +110

Re: [PythonCE] I need an example

2004-12-03 Thread Anthony Tuininga
Yes. The diffs are attached. On Fri, 3 Dec 2004 11:25:10 -0500, Isr Gish <[EMAIL PROTECTED]> wrote: > Hi Anthony > >>On the XML parsing front I did manage to produce a port of pyexpat for >>Windows CE that worked for me quite well. I posted the patches to this >>list a few weeks ago.

Re: AW: [PythonCE] Shelve -- has anyone used it successfully?

2004-12-08 Thread Anthony Tuininga
I'm not sure if this is relevant but I thought I would throw it out as information in case it is. If you wanted to use SQLite, I have successfully built it for Windows CE and used it. It is a small footprint, fast, limited feature RDBMS which is open source and available for free. On Wed, 8 Dec 20

[PythonCE] PythonCE for Python 2.4?

2005-02-18 Thread Anthony Tuininga
Does anyone know of any attempts to support PythonCE under Python 2.4? There doesn't appear to be any unified development project dealing with this but perhaps I'm missing something -- I certainly hope so! I would be willing to assist/test as needed. I'm also willing to work on this myself if I am

Re: [PythonCE] PythonCE for Python 2.4?

2005-02-18 Thread Anthony Tuininga
o generate those first? Any timeline on any of this? I realize there are an infinite number of distractions available :-) On Fri, 18 Feb 2005 17:14:29 -0500, Brad Clements <[EMAIL PROTECTED]> wrote: > On 18 Feb 2005 at 14:35, Anthony Tuininga wrote: > > > Does anyone kno

Re: [PythonCE] Python within another application

2005-05-17 Thread Anthony Tuininga
Just for your information we are using the current Python 2.3.4 distribution unchanged as an embedded interpreter for a PocketBuilder application and it is working just fine. We do the same thing for a few of our PoweBuilder applications on standard Windows machines and the same code works on both