[PyQt] what widget do you recommend for running (vt100) terminal apps and...

Ville M. Vainio vivainio at gmail.com
Thu May 29 13:05:46 BST 2008


On Thu, May 29, 2008 at 2:07 AM, Nenad Romic - Marcell <m at rcell.net> wrote:


> * i use ipython for developing pyqt4 apps and i really like repl user
> interface and checking in real time what's going on with my app... i
> would like to run the same ipython session for running + controling my
> app and i want the same ipython session to be one of the integral
> widgets of my app... that's somehow bootstraping problem any idea on
> how to do that?

You can easily use IPython to control your app, BUT only if ipython is
standing in the console.

A wx UI for IPython has been implemented, and is bundled with IPython
0.8.3 (IPython/gui/wx directory). If you'd like to implement qt4
equivalent, you are welcome to help :-).

-- 
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'


More information about the PyQt mailing list