wxPython has an entire built in shell package, in the wx.py package.
There are several samples in that package, it's what implements the
PyShell and PyCrust apps that ship with the wxPython docs & demos
page, and there are samples of use in the wxPython demo.
···
On Nov 22, 2007 1:54 AM, Trevis Rothwell <tjr@acm.org> wrote:
Hi,
Does anyone here have an example of making a basic "shell" program
with wxPython? Something that brings up a text area in a window
(perhaps using TextCtrl as the basis?), and can provide a
read-eval-print loop?Thanks!