On the desktop, I develop my scripts with SPE  
http://www.stani.be/python/spe/blog/ SPE editor  and occasionally with
iPython or Boa Constructor.

On my pda, I now use only VIM with the python syntax plugin.  
http://www.rainer-keuchel.de/wince/vim.html VimCE  I have used the pocket
idle programme as well but vastly prefer VIM.

Since I have a windows mobile 5.0 device, there is no console that works. 
So I have to get VIM working by building an appropriate _vimrc file  Forget
about doing all of those registry edits as the web site suggests.  My pda
seems to ignore them anyways.  Just setup the _vimrc file along with all of
the plugins and macros that you want.  I instaled the Vim 6.3 desktop
version and then copied everything over to the appropriate directories on my
storage card. The only module that produced errors for me was the vim.vim
one.  I simply removed it and everything else works ok.  The other problem
that I had was a missing format.vim module.  It is in the root Vim directory
on the desktop rather than in the Syntax sub directory.  I copied it  to the
SYNTAX sub directory on the storage card and everything is cool.

Boy, do I love using Vim on my pda.  I have all of my syntax, the help files
and my environment works ok.  Don't forget to set the rows and column widths
using a set lines = 10 and set tw = 78.




David P. Gil wrote:
> 
> Anyone know if any good IDEs for Python on Pocket PC? I installed PythonCE
> but it seems to only work in interactive mode. Does anyone know how to
> active script mode?
> 
> Thanks!
> 
> David
> 
> _______________________________________________
> PythonCE mailing list
> PythonCE@python.org
> http://mail.python.org/mailman/listinfo/pythonce
> 
> 

-- 
View this message in context: 
http://www.nabble.com/IDE-for-Python-on-Windows-Pocket-PC--tf2147229.html#a5939793
Sent from the Python - pythonce forum at Nabble.com.

_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to