Re: [matplotlib-devel] PySide Backend

2011-09-09 Thread Tiago Bonetti
I'm not sure if it's true to every install, but my m*atplotlibrc * was missing a section. Looking at *matplotlibrc.template* we have a section: # If you are using the Qt4Agg backend, you can choose here # to use the PyQt4 bindings or the newer PySide bindings to # the underlying Qt4 toolkit. #back

Re: [matplotlib-devel] PySide Backend

2011-09-08 Thread Eric Firing
On 09/08/2011 03:53 PM, Tiago Bonetti wrote: > I'm new to github, so forgive me if I'm a litlle lost. > I have the most recent master branch from github matplotlib > / matplotlib > public repository... > I would like to help

Re: [matplotlib-devel] PySide Backend

2011-09-08 Thread Tiago Bonetti
I'm new to github, so forgive me if I'm a litlle lost. I have the most recent master branch from github matplotlib/ matplotlib public repository... I would like to help testing, yet i cant find the dev branch. Thanks, Tiago

Re: [matplotlib-devel] PySide Backend

2011-09-08 Thread Benjamin Root
On Thursday, September 8, 2011, Tiago Bonetti wrote: > I was trying for dome time to use the Pyside Backend (qt4Agg with pySide), with no success, but after reading the beckend code I've finally made it. > After installing the 1.0.1 version on my Ubuntu, I've noticed the installation doesn't check

[matplotlib-devel] PySide Backend

2011-09-08 Thread Tiago Bonetti
I was trying for dome time to use the Pyside Backend (qt4Agg with pySide), with no success, but after reading the beckend code I've finally made it. After installing the 1.0.1 version on my Ubuntu, I've noticed the installation doesn't check for pySide what is strange yet, not the point here... Th