Update Qt import logic for event loop handling?

Hi folks,

as indicated here:

https://github.com/ipython/ipython/pull/550#issuecomment-1490217

our Qt-handling logic has recently changed a little bit, so it would
be great if on the mpl side things could be updated to match the
current code. If nobody has time to do it I can look into making a
PR, but I'm pretty swamped for the next couple of weeks so it won't
happen right away... This should be an easy fix though.

Feel free to ping us if there are any questions.

Thanks!

f

Hi folks,

as indicated here:

Support v2 PyQt4 APIs and PySide in kernel's GUI support by epatters · Pull Request #550 · ipython/ipython · GitHub

our Qt-handling logic has recently changed a little bit, so it would
be great if on the mpl side things could be updated to match the
current code. If nobody has time to do it I can look into making a
PR, but I'm pretty swamped for the next couple of weeks so it won't
happen right away... This should be an easy fix though.

Feel free to ping us if there are any questions.

Thanks!

f

See qt4_compat.py: updated to match ipython 0.11 RC 1. by efiring · Pull Request #390 · matplotlib/matplotlib · GitHub.

Eric

···

On 07/02/2011 12:21 PM, Fernando Perez wrote:

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

Excellent, thanks! Ran tests and commented on the PR.

Cheers,

f

···

On Mon, Jul 4, 2011 at 2:31 PM, Eric Firing <efiring@...229...> wrote:

See qt4_compat.py: updated to match ipython 0.11 RC 1. by efiring · Pull Request #390 · matplotlib/matplotlib · GitHub.