Re: [PythonCE] IDE for Python on Windows Pocket PC?

2006-09-11 Thread Bandung

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


Re: [PythonCE] IDE for Python on Windows Pocket PC?

2006-08-22 Thread Vincenzo Manzoni
 Anyone know if any good IDEs for Python on Pocket PC?

I develop my script with PyDev (http://pydev.sourceforge.net/), a plugin for
Eclipse 3.2, and then I upload to my device. In order to do simply
adjustements to my program, i use PocketNotepad; you can download for free
at http://tillanosoft.com.

Does anyone know how to active script mode?

Write a script and assign it the extension .py. Then, tap on it in Resource
Explorer.

Bye,

Vincenzo


-- 
Vincenzo Manzoni - www.vincenzomanzoni.com

e-mail/MSN: [EMAIL PROTECTED] ICQ: 53662820
___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce