Re: [PythonCE] ceFile.py implementing basic file-like interface

2006-02-16 Thread Thomas Heller
> On Feb 14, 2006, at 14:06, Thomas Heller wrote: > >> I haven't taken a detailed look at the code, but it may be useful >> ;-). I'm currently hacking a little bit with distutils to integrate >> win CE support into the ctypes setup script so that it is easier to >> transfer the code to the pda. >>

Re: [PythonCE] ceFile.py implementing basic file-like interface

2006-02-16 Thread Shane Holloway (IEEE)
Yes, I saw your new ctypes version for CE. Very excited. Unfortunately we are stuck in .NET land for a few near-term releases. I just can't wait to switch over to using python on this platform. Ctypes will certainly help us get there! As for common modules, I certainly agree that they ne

Re: [PythonCE] ceFile.py implementing basic file-like interface

2006-02-14 Thread Thomas Heller
Shane Holloway (IEEE) wrote: > Hey Everyone, > > Just thought I'd upload our latest RAPI code that implements a file like > object for reading and writing over RAPI. Hope you all find it > helpful! Currently, it doesn't support the readline and iterator type > thing, though that should be doa