Re: [Matplotlib-users] Some help with PyQt

2013-08-30 Thread Pierre Haessig
Hi Eric, Le 29/08/2013 19:51, Eric Frederich a écrit : I took the example that ships with 1.3.0 and have modified it to use a grid layout and show 9 graphs in a 3x3 grid. When I do this it, other widgets become rather unresponsive. Is there a way to fix this? Somehow offload whatever is

Re: [Matplotlib-users] Build failure

2013-08-30 Thread Michael Droettboom
It looks like a version mismatch with PyCXX. Was it recently updated or changed? What version of PyCXX do you have? What was the last version of matplotlib that worked for you? You can force matplotlib to use its local copy of PyCXX by uninstalling PyCXX, or adding the following lines to

Re: [Matplotlib-users] Build failure

2013-08-30 Thread Michael Droettboom
I wonder if it's commit 6b827cbf. Can you do: git checkout 6b827cbf python setup.py build # confirm it fails git checkout 6b827cbf^ python setup.py build # Does this work? Mike On 08/30/2013 01:06 PM, Nils Wagner wrote: Hi Michael, Thank you for your note. If I remember

[Matplotlib-users] Build failure

2013-08-30 Thread Nils Wagner
Hi all, I cannot build the latest matplotlib from git. The build log is attached. Nils build.log.gz Description: GNU Zip compressed data -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!

Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-08-30 Thread Michael Droettboom
BTW: I've got uploading of test results to S3 working on the main matplotlib repository. It would be cool to do that here, too, but I believe the encrypted keys are specific to the github repo. We can coordinate off-line once the repo is transferred about how to do this. Mike On 08/29/2013

Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-08-30 Thread Michael Droettboom
Very impressive! This is really great. That does sure look like a dateutil bug. Maybe we try reporting it over there? As for transferring the repository... I've added you as a developer in the matplotlib organization, so you can work over there. And it looks like you are the only one

[Matplotlib-users] missing dateutil

2013-08-30 Thread Alan G Isaac
I just installed matplotlib-1.3.0.win32-py2.7.exe from http://matplotlib.org/downloads.html and I now get the old error: ImportError: matplotlib requires dateutil Is this a policy change? The installation instructions at http://matplotlib.org/users/installing.html still say Windows users