Re: [matplotlib-devel] Backend for Pyside

2011-06-13 Thread Gerald Storer
Hi, 1.0.3 packages are available for OS X. I'll be going on vacation next week and my work project using PySide will be winding down over the same period. It would be nice if the PySide changes could be pulled into master before then Thanks, Gerald. On 31/05/2011 5:10 PM, Gerald Storer wrote:

Re: [matplotlib-devel] Backend for Pyside

2011-05-31 Thread Lars Bittrich
Hi Gerald, thank you very much! I applied most of your changes to my matplotlib version 1.0.1 on Windows with Python 2.6. Together with the new package of PySide I was able to migrate a whole project of mine from PyQt to PySide with only minimal changes. The first test are very promissing. Even so

Re: [matplotlib-devel] Backend for Pyside

2011-05-31 Thread Gerald Storer
1.0.3 packages for Windows and Ubuntu/Debian are available to test with. I'm not sure that the OS X package is ready yet. If you want to get testing with it quicker jumping up and down on their mailing list normally gets them out faster. I also added an update to formlayout.py. I've merged in

Re: [matplotlib-devel] Backend for Pyside

2011-05-31 Thread David Trémouilles
The pyside bug affecting matplotlib pyside backend is now fixed with pyside 1.0.3 I would be nice to have the pyside option in the next matplotlib release... Regards, David Le 06/05/11 10:32, David Trémouilles a écrit : > Hello, > > This is not directly related to your patch but I would like to

Re: [matplotlib-devel] Backend for Pyside

2011-05-10 Thread Gerald Storer
Based on this and some other comments I've made the minimum compatible version 1.0.3. Anyone wishing to test can use the nightly builds here: http://www.pyside.org/files/nightly/ or just wait for next months release. There's also compiling the PySide source or removing the version check too.

Re: [matplotlib-devel] Backend for Pyside

2011-05-06 Thread Michael Droettboom
I've added some comments and tested against PyQt4 4.7.3 -- I don't have PySide installed, so I'll just assume it works there, too. Cheers, Mike On 05/05/2011 09:36 PM, Gerald Storer wrote: > Hi, > I was wondering if I could get a comment on this. Its been 4 weeks > since I submitted the origina

Re: [matplotlib-devel] Backend for Pyside

2011-05-06 Thread David Trémouilles
Hello, This is not directly related to your patch but I would like to report here that I still have at least one issue on MacOs that prevent matplotlib to work with your pyside backend. Indeed current PySide version (1.0.2) have a bug on MacOS that seems to have been fixed recently: http://bugs.p

Re: [matplotlib-devel] Backend for Pyside

2011-05-05 Thread Gerald Storer
Hi, I was wondering if I could get a comment on this. Its been 4 weeks since I submitted the original version and it has been more or less production ready since Monday. https://github.com/matplotlib/matplotlib/pull/80 Thanks, Gerald. On 11/04/2011 4:49 PM, Gerald Storer wrote: > Hi, > I've s

Re: [matplotlib-devel] Backend for Pyside

2011-04-11 Thread Gerald Storer
Hi, I've submitted a pull request with backend changes that (should) let all currently supported versions of PyQt work along side PySide. I've tested with PyQt 4.8.3 and PySide 1.0.0. I haven't bothered chasing down old versions of PyQt as they seem elusive. Gerald. On 29/03/2011 3:25 AM, but

Re: [matplotlib-devel] Backend for Pyside

2011-03-28 Thread butterw
Looking forward, supporting the Python 3 compatible PyQt API is likely the way to go. Le , Gerald Storer a écrit : On 28/03/2011 1:10 AM, Peter Butterworth wrote: Wouldn't it be possible to use a single backend compatible with both PyQt and Pyside ? The current Qt mpl backend uses t

Re: [matplotlib-devel] Backend for Pyside

2011-03-28 Thread Michael Droettboom
rom: Peter Butterworth [butt...@gmail.com] Sent: Sunday, March 27, 2011 1:10 PM To: matplotlib-devel Subject: Re: [matplotlib-devel] Backend for Pyside Wouldn't it be possible to use a single backend compatible with both PyQt and Pyside ? Other projects (enthought, ipython, spyderlib) seem to be

Re: [matplotlib-devel] Backend for Pyside

2011-03-27 Thread Peter Butterworth
Wouldn't it be possible to use a single backend compatible with both PyQt and Pyside ? Other projects (enthought, ipython, spyderlib) seem to be able to handle the issue by importing from a proxy qt module that does the right imports and handles the incompatibilities. The preferred backend is set

Re: [matplotlib-devel] Backend for Pyside

2011-03-17 Thread Gerald Storer
It turns out that it was also trivial to get the figure options editor working with PySide. All that needed to be done was (in formlayout.py): * Replace the references to PyQt with PySide * Change: from PyQt.QtCore import (Qt, SIGNAL, SLOT, QSize, QString,

Re: [matplotlib-devel] Backend for Pyside

2011-03-16 Thread Gerald Storer
On 01/18/2011 08:13 PM, Jed Ludlow wrote: > Please forgive me if I'm raising a heretical question with this since I > understand the topic of competing Qt bindings for Python gets a little > touchy in and of itself. Nonetheless, the elephant is in the room. I > searched the archives and found only

Re: [matplotlib-devel] Backend for Pyside

2011-02-08 Thread Fernando Perez
On Tue, Jan 18, 2011 at 11:18 PM, Eric Firing wrote: > > 2) Interactive backends, to be fully useful, need to be be supported by > ipython. As long as the event loop handling of pyside is similar to pyqt's one, it might just work already. But even if it doesn't, from the IPython side we are *ver

Re: [matplotlib-devel] Backend for Pyside

2011-01-18 Thread Eric Firing
On 01/18/2011 08:13 PM, Jed Ludlow wrote: > Please forgive me if I'm raising a heretical question with this since I > understand the topic of competing Qt bindings for Python gets a little > touchy in and of itself. Nonetheless, the elephant is in the room. I > searched the archives and found only

Re: [matplotlib-devel] Backend for Pyside

2011-01-18 Thread Gael Varoquaux
On Tue, Jan 18, 2011 at 11:13:47PM -0700, Jed Ludlow wrote: >Please forgive me if I'm raising a heretical question with this since I >understand the�topic of competing Qt bindings for Python gets a little >touchy in and of itself. >[...] >Has there been any additional discussion