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

2006-01-09 Thread Thomas Heller
"Luke Dunstan" <[EMAIL PROTECTED]> writes: > From: "Thomas Heller" <[EMAIL PROTECTED]> >> "Luke Dunstan" <[EMAIL PROTECTED]> writes: >> >>> By the way, I've recently tried running the remote part of "winpdb" >>> (http://www.digitalpeers.com/pythondebugger/) on Windows CE and >>> connecting to it ov

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

2006-01-09 Thread Brian Brown
We have wrapped a bunch of RAPI in ctypes, and will be releasing it in the next week or so to the PocketPC project. We can read and write files, create processes, enumerate storage and directories, etc. It's a great starting place for anything else as well. I've attached it. Copyright (c

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

2006-01-09 Thread Luke Dunstan
RAPI via ctypes. I have put the experimental RAPI interfacing code in a separate module "wincerapi". We should probably consider putting all these scripts in CVS somewhere. Luke # Thomas Heller 20060109 # Start this script on the PC, then start client.py on the

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

2006-01-09 Thread Thomas Heller
"Luke Dunstan" <[EMAIL PROTECTED]> writes: > I'm sorry to say that I've seen the NULL bug before but have been too > distracted by the task at hand to fix it, but here is a patch that > fixes it. > > By the way, I've recently tried running the remote part of "winpdb" > (http://www.digitalpeers.com

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

2006-01-09 Thread Luke Dunstan
I'm sorry to say that I've seen the NULL bug before but have been too distracted by the task at hand to fix it, but here is a patch that fixes it. By the way, I've recently tried running the remote part of "winpdb" (http://www.digitalpeers.com/pythondebugger/) on Windows CE and connecting to

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

2006-01-09 Thread Thomas Heller
*not* seem to work. Second, you must start the server.py script on the PC before starting the client.py script on the pocket device. I was not able to start the connection from the pocket device, although that would seem more logical. Thomas # Thomas Heller 20060109 # Run this on the Pocket_PC,

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

2006-01-09 Thread Fuzzyman
Thomas Heller wrote: >Does anyone (everyone ?) start the Python interpreter on the device, and >use the stylus to enter interactive commands? >Or does one write scripts on the PC, let ActiveSync transfer them, and >start them by clicking on the filename? > >I cannot really believe that. BTW, when

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

2006-01-09 Thread Luke Dunstan
I sometimes use interactive commands, but usually through a program called ActiveSync Remote Display which is like Remote Desktop. Other times I do double-click on scripts, and it is possible (but inconvenient) to see the error messages by switching to the Python window. I have been planning on

[PythonCE] How do you develop on the PocketPC?

2006-01-09 Thread Thomas Heller
Does anyone (everyone ?) start the Python interpreter on the device, and use the stylus to enter interactive commands? Or does one write scripts on the PC, let ActiveSync transfer them, and start them by clicking on the filename? I cannot really believe that. BTW, when an uncatched exception occu

Re: [PythonCE] PythonCE Digest, Vol 30, Issue 10

2006-01-09 Thread Andrew Booth
Make sure you use the most recent TCL/Tk, otherwise you will get the 'Winhandle map' error I reported a couple of months ago. You can download the latest version from: ftp://ftp.tcl.tk/pub/incoming/tcltk8_4_12_ce-arm.zip Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P