On 08/26/2010 05:13 PM, Brian Granger wrote:
> 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 to have matplotlib first see if a
> QApplication already exists and then use that one.  The attached patch
> implements this fix.  If needed, Fernando can help test this, but I
> think the change is minor enough that it should be good to go.

I committed it.

I suspect the most recent changes to ipython may require changes to 
show, but they can wait until things settle down a bit.

Eric

>
> Cheers,
>
> Brian

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to