[matplotlib-devel] python 3 fork?

2012-05-30 Thread Tom Lippman
Hi All, 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 w

Re: [matplotlib-devel] python 3 fork?

2012-05-30 Thread Benjamin Root
On Wed, May 30, 2012 at 2:49 PM, Tom Lippman wrote: > Hi All, > > 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

Re: [matplotlib-devel] python 3 fork?

2012-05-30 Thread Tom Lippman
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

Re: [matplotlib-devel] python 3 fork?

2012-05-30 Thread Thomas Kluyver
On 30 May 2012 20:05, Tom Lippman wrote: > I'm on OS X 10.7, using the python 3.2 I saw someone recently who'd managed to get it built for Python 3 on OS X. I suggested he come here to help simplify the process - this is what he did: http://stackoverflow.com/a/10574470/434217 Thomas ---

Re: [matplotlib-devel] python 3 fork?

2012-05-30 Thread Michael Droettboom
The git master is compatible with Python 3, but it has not made it into a release. Will be making at least one more 1.1.x bugfix release which will support Python 2.4 - 2.7 before making the next major release which will support Python 2.6 - 3.2. Mike On 05/30/2012 02:49 PM, Tom Lippman wro

Re: [matplotlib-devel] python 3 fork?

2012-05-30 Thread Thomas Kluyver
On 30 May 2012 19:49, Tom Lippman 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

Re: [matplotlib-devel] python 3 fork?

2012-05-30 Thread Michael Droettboom
On 05/30/2012 03:32 PM, Thomas Kluyver wrote: > On 30 May 2012 20:05, Tom Lippman wrote: >> I'm on OS X 10.7, using the python 3.2 > I saw someone recently who'd managed to get it built for Python 3 on > OS X. I suggested he come here to help simplify the process - this is > what he did: http://st