[IPython-dev] Status of IPython+GUI+Threads+PyOS_InputHook

Gael Varoquaux gael.varoquaux at normalesup.org
Sun Feb 8 07:10:06 EST 2009


On Sun, Feb 08, 2009 at 02:05:41PM +0200, Ville M. Vainio wrote:
> On Sun, Feb 8, 2009 at 12:22 PM, Gael Varoquaux
> <gael.varoquaux at normalesup.org> wrote:

> > Finally, the trickiest part was running subprocesses. The reason being
> > that I needed both synchronous prints, and key-event processing. The

> In qt, dealing with processes is luckily very simple; you can just use QProcess.

> http://doc.trolltech.com/4.3/qprocess.html

Will this give you reliable killing of the process and all the processes
it spawned, and this accross platforms? This is important, as elsewhere
you can very easily lock your IPython session.

Gaël



More information about the IPython-dev mailing list