IdleCE seems to be a very good editor for the PPC.&nbsp; I found it in a bundle here,<br><a href="http://blogs.unixage.com/blojsom/blog/adam.kruszewski/python/">http://blogs.unixage.com/blojsom/blog/adam.kruszewski/python/</a><br>
<br>The bundle includes PythonCE 2.3.4 (not the latest) but it has some very interesting libraries (namely wx) and applications (IdleCE).&nbsp; Furthermore the bundle is basically set up to go on one's storage card (non-volatile memory) which seems wise to me.&nbsp; I recently benefited by running my python app from the storage card because upon using a faster memory card my program ran noticeably faster.&nbsp; 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!&nbsp; Redirecting stdin/stdout really helps this problem.
<br><br>I second Vincenzo's recommendation for Eclipse and PyDev.&nbsp; I'm also using Subclipse with the two for Subversion control and it's very robust.&nbsp; I have encountered some issues when copying checked out code, editing it, and then overwriting the original checked out code.&nbsp; But I think I've resolved this by updating Eclipse and the plugins.
<br><br>Good luck,<br>Matt<br><br><div><span class="gmail_quote">On 8/22/06, <b class="gmail_sendername">Vincenzo Manzoni</b> &lt;<a href="mailto:vinz83@libero.it">vinz83@libero.it</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; Anyone know if any good IDEs for Python on Pocket PC?<br><br>I develop my script with PyDev (<a href="http://pydev.sourceforge.net/">http://pydev.sourceforge.net/</a>), a plugin for<br>Eclipse 3.2, and then I upload to my device. In order to do simply
<br>adjustements to my program, i use PocketNotepad; you can download for free<br>at <a href="http://tillanosoft.com">http://tillanosoft.com</a>.<br><br>&gt;Does anyone know how to active script mode?<br><br>Write a script and assign it the extension .py. Then, tap on it in Resource
<br>Explorer.<br><br>Bye,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Vincenzo<br><br><br>--<br>Vincenzo Manzoni - <a href="http://www.vincenzomanzoni.com">www.vincenzomanzoni.com</a><br><br>e-mail/MSN: <a href="mailto:ervincio@tiscali.it">ervincio@tiscali.it
</a> ICQ: 53662820<br>_______________________________________________<br>PythonCE mailing list<br><a href="mailto:PythonCE@python.org">PythonCE@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/pythonce">
http://mail.python.org/mailman/listinfo/pythonce</a><br></blockquote></div><br>