Fabian Braennstroem wrote: > Hi, > > is there a chance to integrate an ipython terminal region in urwid? >
There is the beginning of a regular python shell in the example program "shell.py" in the development version. Currently it has display issues because it is using a new mode of output that integrates with the regular command prompt, instead of using the alternate buffer. That display code doesn't work very well yet. Ian _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
