[IPython-dev] problems with qt4 threading

Darren Dale dd55 at cornell.edu
Fri Aug 24 08:22:04 EDT 2007


[Sorry for not replying in-thread. I'm having problems with my mail client 
losing messages from IPython and Numpy]

> Am Donnerstag, 23. August 2007 18:52:20 schrieb Darren Dale:
> > I can still make plots, interact with them,
> > and close them. The patch can *not* be applied though, because a PyQt4
> > import appears outside of the class definitions.
>
> Right, so this is the only thing that needs to be fixed.  It is not trivial
> to do, since the current code needs to know the base class (which should be
> different for the Qt4 IPShell) before the IPShell being used is known.
>
> Apart from that, I wonder why you moved the two code lines that start the
> timer?

It was not important. I dont have much experience with threading, I just 
wanted to test starting the timer before starting the thread, to see what 
affect it would have.

Darren



More information about the IPython-dev mailing list