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-24 Thread Matt S.
IdleCE seems to be a very good editor for the PPC.  I found it in a bundle here,http://blogs.unixage.com/blojsom/blog/adam.kruszewski/python/
The bundle includes PythonCE 2.3.4 (not the latest) but it has some very interesting libraries (namely wx) and applications (IdleCE).  Furthermore the bundle is basically set up to go on one's storage card (non-volatile memory) which seems wise to me.  I recently benefited by running my python app from the storage card because upon using a faster memory card my program ran noticeably faster.  I'm really happy with the wx port but one must often test their code on CE and not just on XP b/c debugging on CE can be tricky and when the gears get gummed up it is slow!  Redirecting stdin/stdout really helps this problem.
I second Vincenzo's recommendation for Eclipse and PyDev.  I'm also using Subclipse with the two for Subversion control and it's very robust.  I have encountered some issues when copying checked out code, editing it, and then overwriting the original checked out code.  But I think I've resolved this by updating Eclipse and the plugins.
Good luck,MattOn 8/22/06, Vincenzo Manzoni <[EMAIL PROTECTED]> wrote:
> Anyone know if any good IDEs for Python on Pocket PC?I develop my script with PyDev (http://pydev.sourceforge.net/), a plugin forEclipse 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 freeat 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.come-mail/MSN: [EMAIL PROTECTED]
 ICQ: 53662820___PythonCE mailing listPythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce
___
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