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

2006-09-26 Thread Bandung
The only way that I know how to "edit" a *.py file rather than execute it is to change the registry entry that *.py points to in your registry. Normally .py calls the "pyfile" entry and it is within pyfile where one types the command to launch python24.exe. I simply point *.py to my Vim Open

Re: [PythonCE] wxPython for PythonCE announcement

2006-09-26 Thread Bandung
I don't think that the problem has anything to do with the machine being "out of memory". I think the problem lies with the default paths that seemed to be hard wired into the binary packages. For example, the error message refers to line 4 within the _misc.py file within a directory tree that c

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

2006-09-26 Thread Bandung
I've come across a nice little plugin for Vim that permits me to run/execute a python script from within Vim. It works like a charm on my Windows desktop as well as Linux desktop. Its called http://www.petersblog.org/node/461 runscript.vim The script makes use of function keys F9, F11 and F12