Nicolas Rougier wrote: > Hi all, > > > Based on the GTK console bundled with The Gimp I developed a > pygtk console that might be of some interest for some of you. > The code is available at: > http://www.loria.fr/~rougier/pub/Software/pycons.py >
Looks quite nice. I found a few errors in it though: $ pyflakes pycons.py pycons.py:173: undefined name 'history' pycons.py:526: undefined name 'get_iter_at_offset' pycons.py:533: undefined name 'get_iter_at_offset' The last two can easily be triggered by pressing home. Tab-completion would be nice too *wink* ;-) -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
