I agree that pycrust is faster in terms of autocomplete. However, I love being able to to just hit f5 to run my code in the shell while in the Python IDLE environment. I wonder if this is possible with pycrust . . .<br><br>
. . . on the wxPython page I found a list of other py related programs:<br><br><a href="http://www.wxpython.org/py.php" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.wxpython.org/py.php
</a><br><ul><li>PyAlaCarte</li><li>PyAlaMode</li><li>PyCrust</li><li>PyFilling</li><li>PyShell</li><li>PyWrap</li></ul>The most interesting to me is pywrap: &quot;PyWrap is a runtime utility that lets you run an existing wxPython
program with a PyCrust frame at the same time.  Inside the PyCrust
shell namespace, the local variable <tt><span>app</span></tt> is assigned to your
application instance.  In this way you can introspect your entire
application within the PyCrust shell, as well as the PyFilling
namespace viewer.&quot;<br><br>Has anyone tried any of these yet? <br><br>- Grant<br><br><div><span class="gmail_quote">On 6/1/07, <b class="gmail_sendername">Alan Gauld</b> &lt;<a href="mailto:alan.gauld@btinternet.com">
alan.gauld@btinternet.com</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;">Is anyone else out there using PyCrust as their python shell?
<br><br>I&#39;ve been using it for a few weeks now and I&#39;m completely sold.<br>It is the best shell I&#39;ve used, everything just seems to work.<br>I can cut n paste sections of interpreter code and PyCrust<br>correctly strips out the prompts and organises things. The
<br>tooltips and autocomplete work better than IDLE or pythonwin.<br>There are no indentation problems like on IDLE. The namespace<br>viewer and other tools are genuinely useful.<br><br>I haven&#39;t tried the other Py tools yet - A La Mode seems the
<br>obvious next step with its multi tabbed editors. But the beauty<br>of PyCrust is that it works beautifully with vim (or anything<br>else that can cut n paste)<br><br>Any other users got PyCrust tiposthey can share?<br>
<br>Alan G.<br><br>_______________________________________________<br>Tutor maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Tutor@python.org">Tutor@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/tutor">http://mail.python.org/mailman/listinfo/tutor
</a><br></blockquote></div><br>