On Mon, 2002-06-10 at 11:13, Andrew Reid wrote:
>   I am working on a "console" window for my application, trying to provide
> a place where users can have arbitrary Python commands interpreted in the
> application's namespace.  This is a "shell-like" interface, as opposed
> to an editor-like interface -- new text gets added to the bottom, and
> it has a command history, but once something appears in the window, it
> doesn't change.

Check out gtkcons.py

I use it in my project for debugging purposes.  I think it comes
included with the pygnome package


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to