From: Tom L. <tom...@gm...> - 2012-05-30 19:05:18
|
I cloned the master branch on github and built it. I'm on OS X 10.7, using the python 3.2 from python.org. I installed fresh dependencies like in the osx makefile. Then I had to run 2to3 on setupegg.py to get it to build. Now when I try to import matplotlib in python3 I get a bunch of errors - e.g. it's looking for cPickle instead of pickle. Tom On May 30, 2012, at 11:54 AM, Thomas Kluyver wrote: > On 30 May 2012 19:49, Tom Lippman <tom...@gm...> wrote: >> I saw that matplotlib had been ported to python 3 (here), and that the >> matplotlib-py3 branch was merged back into the main branch. So I assumed >> matplotlib was compatible with python 3, and went ahead and tried to use it. >> It didn't work. Is there a different fork which is compatible with python >> 3? What happened? > > How did you try to use it? The released version doesn't support Python > 3, but the development version on Github does. For Ubuntu, I've got a > daily-build PPA which includes python3-matplotlib: > https://launchpad.net/~takluyver/+archive/matplotlib-daily > > Thomas |