Re: [PythonCE] How do you develop on the PocketPC?

2006-01-10 Thread Thomas Heller
"Luke Dunstan" <[EMAIL PROTECTED]> writes: > - Original Message - > From: "Thomas Heller" <[EMAIL PROTECTED]> > To: > Sent: Monday, January 09, 2006 10:42 PM > Subject: Re: [PythonCE] How do you develop on the PocketPC? > > >> "Luke Dunstan" <[EMAIL PROTECTED]> writes: >> >>> I'm sorry t

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-10 Thread Shane Holloway (IEEE)
On Jan 10, 2006, at 01:59, Luke Dunstan wrote: > I am interested to know why you prefer it. I can think of the > following > advantages: > > - It initialises RAPI the first time you try to use it, and > remembers this. > - It includes more file I/O functions. > > I'm sure it is good for some p

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-10 Thread Thomas Heller
" Luke Dunstan" <[EMAIL PROTECTED]> writes: > From: "Thomas Heller" <[EMAIL PROTECTED]> >> "Luke Dunstan" <[EMAIL PROTECTED]> writes: >>> We should probably consider putting all these scripts in CVS somewhere. >> >> And we should probably use the pocketRapi module that Brian Brown >> posted. > > I

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-10 Thread Mark Hammond
> It could be of use but personally I would prefer to use ctypes because I > find it much faster and easier to develop the module in Python than > C/C++/SWIG, and for users of the module it is easier to read the > Python code > to understand how it works. Thanks also for the reminder that the name

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-10 Thread Luke Dunstan
It could be of use but personally I would prefer to use ctypes because I find it much faster and easier to develop the module in Python than C/C++/SWIG, and for users of the module it is easier to read the Python code to understand how it works. Thanks also for the reminder that the name "winc

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-10 Thread Mark Hammond
There is also a languishing wincerapi module in the pywin32 source code. Is that of use to anyone? Mark. > > "Luke Dunstan" <[EMAIL PROTECTED]> writes: > >> We should probably consider putting all these scripts in CVS somewhere. > > > > And we should probably use the pocketRapi module that Brian

Re: [PythonCE] How do you develop on the PocketPC?

2006-01-10 Thread Luke Dunstan
- Original Message - From: "Thomas Heller" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 10, 2006 2:47 AM Subject: Re: [PythonCE] How do you develop on the PocketPC? > "Luke Dunstan" <[EMAIL PROTECTED]> writes: >> We should probably consider putting all these scripts in CVS somewhere.