Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-07 Thread Benjamin Root
On Fri, Mar 4, 2011 at 4:23 AM, Martin Teichmann lkb.teichm...@gmail.comwrote: Hi Ben, Hi list, Exactly. That's all I found too. Nothing indicates that we need to change anything. We are throwing away the second part of the tuple which has the returned filter. The only reason I see

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-07 Thread Darren Dale
On Mon, Mar 7, 2011 at 11:04 AM, Benjamin Root ben.r...@ou.edu wrote: On Fri, Mar 4, 2011 at 4:23 AM, Martin Teichmann lkb.teichm...@gmail.com wrote: Hi Ben, Hi list, Exactly.  That's all I found too.  Nothing indicates that we need to change anything.  We are throwing away the second

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-07 Thread Benjamin Root
On Mon, Mar 7, 2011 at 10:20 AM, Darren Dale dsdal...@gmail.com wrote: On Mon, Mar 7, 2011 at 11:04 AM, Benjamin Root ben.r...@ou.edu wrote: On Fri, Mar 4, 2011 at 4:23 AM, Martin Teichmann lkb.teichm...@gmail.com wrote: Hi Ben, Hi list, Exactly. That's all I found too.

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-07 Thread Darren Dale
On Mon, Mar 7, 2011 at 11:24 AM, Benjamin Root ben.r...@ou.edu wrote: On Mon, Mar 7, 2011 at 10:20 AM, Darren Dale dsdal...@gmail.com wrote: On Mon, Mar 7, 2011 at 11:04 AM, Benjamin Root ben.r...@ou.edu wrote: On Fri, Mar 4, 2011 at 4:23 AM, Martin Teichmann lkb.teichm...@gmail.com

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-07 Thread Benjamin Root
On Mon, Mar 7, 2011 at 10:39 AM, Darren Dale dsdal...@gmail.com wrote: On Mon, Mar 7, 2011 at 11:24 AM, Benjamin Root ben.r...@ou.edu wrote: On Mon, Mar 7, 2011 at 10:20 AM, Darren Dale dsdal...@gmail.com wrote: On Mon, Mar 7, 2011 at 11:04 AM, Benjamin Root ben.r...@ou.edu wrote:

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-03 Thread Martin Teichmann
Hi Benjamin, Hi List, sorry for the backwards patch, here the forward one: --- backend_qt4_orig.py 2011-03-02 16:16:38.257797767 +0100 +++ backend_qt4.py 2011-03-02 16:17:19.526831397 +0100 @@ -395,8 +395,9 @@

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-03 Thread Benjamin Root
On Thu, Mar 3, 2011 at 3:15 AM, Martin Teichmann lkb.teichm...@gmail.comwrote: Hi Benjamin, Hi List, sorry for the backwards patch, here the forward one: --- backend_qt4_orig.py 2011-03-02 16:16:38.257797767 +0100 +++

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-03 Thread Darren Dale
On Thu, Mar 3, 2011 at 9:36 AM, Benjamin Root ben.r...@ou.edu wrote: As for the sourceforge/github confusion, we are currently in a transition phase.  Our repository is now hosted on github, but the official website and trackers are still sourceforge.  Sorry for any confusion there.  The

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-03 Thread Benjamin Root
On Thu, Mar 3, 2011 at 3:15 AM, Martin Teichmann lkb.teichm...@gmail.comwrote: Hi Benjamin, Hi List, sorry for the backwards patch, here the forward one: --- backend_qt4_orig.py 2011-03-02 16:16:38.257797767 +0100 +++

[matplotlib-devel] Problems with new PyQt4 API

2011-03-02 Thread Martin Teichmann
Hi list, I'm using matplotlib as a library, in a program using the new APIs of PyQt4, which will be the normal APIs for Python 3. Unfortunately, the matplotlib Qt4 backend is not compatible with this new API. The problems are easy to fix: first QFileDialog.getSaveFileName has changed, and is to

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-02 Thread Benjamin Root
On Wed, Mar 2, 2011 at 9:26 AM, Martin Teichmann lkb.teichm...@gmail.comwrote: Hi list, I'm using matplotlib as a library, in a program using the new APIs of PyQt4, which will be the normal APIs for Python 3. Unfortunately, the matplotlib Qt4 backend is not compatible with this new API.

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-02 Thread Darren Dale
On Wed, Mar 2, 2011 at 10:26 AM, Martin Teichmann lkb.teichm...@gmail.com wrote: Hi list, I'm using matplotlib as a library, in a program using the new APIs of PyQt4, which will be the normal APIs for Python 3. Unfortunately, the matplotlib Qt4 backend is not compatible with this new API.

Re: [matplotlib-devel] Problems with new PyQt4 API

2011-03-02 Thread Darren Dale
On Wed, Mar 2, 2011 at 4:26 PM, Darren Dale dsdal...@gmail.com wrote: On Wed, Mar 2, 2011 at 10:26 AM, Martin Teichmann lkb.teichm...@gmail.com wrote: Hi list, I'm using matplotlib as a library, in a program using the new APIs of PyQt4, which will be the normal APIs for Python 3.