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 o
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 who
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
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!
Discover
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 co
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 th
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