Re: [PythonCE] Developing Python code for Windows Mobile

2005-11-28 Thread Mike Waters
There is also the PPC version of VNC PocketVNC server url: http://www.pocketvnc.com/pocketvnc.aspx Regards, Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Edward Fewell > Sent: 28 November 2005 14:20 > To: [EMA

[PythonCE] PocketPC Python 2.3? and Shtoom

2005-10-20 Thread Mike Klein
When might a 2.3 release be available and does 2.2 support Pocket PC audio devices (spkr/mic)?? Shtoom (voip client) is the thought here...it requires 2.3. thanks ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/py

Re: [PythonCE] Python within another application

2005-05-17 Thread mike
Quoting James Salter <[EMAIL PROTECTED]>: > Thanks for the prompt advice Fuzzy. > > Getting into the guts of python may be acceptable, depending on whether its > going to be worth it. > > Anyone willing to indulge me even further by mounting a case for python in > favour of a VBScript / Jscript ho

Re: [PythonCE] Python within another application

2005-05-17 Thread mike
Quoting James Salter <[EMAIL PROTECTED]>: > Hi all. > > A few years back I implemented Python scripting in a win32 ftp client. I > was wondering if the procedure would be similar, or possible, on a CE app. > > James The issue is whether the C API is exposed in the same way. The answer is probably

Re: [PythonCE] PythonCE 2.4

2005-05-12 Thread mike
Quoting Craig Chatfield <[EMAIL PROTECTED]>: > Hi everyone, > > I was wondering if anyone has compiled Python 2.4.1 for Windows CE? > > I am hoping to use this for some user testing on an iPaq h5500 or hx4700. > Hello Craig, People have made 'noises' about working on it - but no-one has released

Re: [PythonCE] How to execute a scipt on Python startup

2005-04-14 Thread mike
Quoting Michael Murdock <[EMAIL PROTECTED]>: > On 4/13/05, Michael Murdock <[EMAIL PROTECTED]> wrote: > > Is there a way to have a Python script executed whenever Python starts > up? > > On 4/12/05, Mark Doukidis <[EMAIL PROTECTED]> wrote: > >> Try placing your code inside "sitecustomize.py". >

Re: [PythonCE] alternative to os.popen in PythonCE?

2005-03-10 Thread mike
Quoting Stewart Midwinter <[EMAIL PROTECTED]>: > I've got an application on my desktop that I'm tryiing to port to > PythonCE - it's a version of rsync. I need to run os.popen(), but > it's not available in PythonCE. > There is a version of 'osce.py' that provides the functions you need. It was