[PythonCE] Fwd: PythonCE Digest, Vol 38, Issue 13

2006-09-27 Thread Andy Baker
Has anyone tried this?:http://sourceforge.net/projects/pyeditce ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] wxPython for PythonCE announcement

2006-09-27 Thread Jeffrey Barish
Jeffrey Barish wrote: > I suspect that the problem actually has something > to do with ActiveSync.  I seem to have better luck getting software to run > when I manipulate it using Pocket Controller connected by Wifi rather than > ActiveSync connected by USB. It may be sufficient to remove the PDA

Re: [PythonCE] PythonCE Digest, Vol 38, Issue 13

2006-09-27 Thread David P. Gil
Bandung, interesting stuff. I will have to try it! I want to code on my phone so I can practice my programming during my train rides. Maybe it sounds like something a person would not want to do, i feel like its my only opportunity to really try and get better at programming since all I do is art a

Re: [PythonCE] Trying to Code Python ON a Pocket PC Phone

2006-09-27 Thread Bandung
Ugggh. retraction here. I can indeed call python.exe from my storage card using the long path convention. What I meant to say is that I haven't yet figured out how to execute a script sitting on my storage card. Thank you for pointing it out that executables do indeed work with the full path s

Re: [PythonCE] Trying to Code Python ON a Pocket PC Phone

2006-09-27 Thread Bandung
Yes, I've tried typing long path names that point into the Storage Card and I get nothing but the failed error -1. Too bad windows doesn't have the same concept as a Linux link. It seems that if I put my *.exe files into the windows directory, then :!start will find it. Luke Dunstan wrote: >

Re: [PythonCE] wxPython for PythonCE announcement

2006-09-27 Thread Jeffrey Barish
Bandung wrote: > My guess is that those of us who do not have a "CF Card" storage > designation on our pda's are "sol" on this release. I now have wxPythonCE running on both Dell Axim X51v PDAs. Neither has CF storage. In my efforts to get the package to run on the second PDA, I actually tried

Re: [PythonCE] Starting Python in specified directory

2006-09-27 Thread Luke Dunstan
- Original Message - From: "Jeffrey Barish" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 26, 2006 12:06 AM Subject: Re: [PythonCE] Starting Python in specified directory > Luke Dunstan wrote: > >> Yes, "pythonrc.py". It is only run for interactive sessions, not when you >> double-c

Re: [PythonCE] Trying to Code Python ON a Pocket PC Phone

2006-09-27 Thread Luke Dunstan
- Original Message - From: "Bandung" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 27, 2006 2:35 AM Subject: Re: [PythonCE] Trying to Code Python ON a Pocket PC Phone > I > wish there was a "path" equivalent for Windows mobile so that I could put > \Storage Card\Program Files\Pyth