Hi,
We are in the process of getting our new Qt IPython GUI working with
matplotlib. One problem we have found is that the matplotlib qt4
backend always creates a QApplication. This is problematic in
situations where another part of an application has already created a
QApplication. The fix is
Oh, excellent, then I don't have to do the test case, because I
believe this solves my original problem :) Thanks!
On Wed, Aug 25, 2010 at 12:15 AM, Reinier Heeres wrote:
> Hi all,
>
> Sorry for not finishing this nicely. I was looking at this last
> weekend, and concluded that this approach was