From: Russell E. O. <ro...@uw...> - 2012-12-11 20:20:02
|
In article <CAHAreOoB8coDnyvU1Zq2iOdGqYr2p2t-m=gV=uV5...@ma...>, Fernando Perez <fpe...@gm...> wrote: > Hi folks, > > quick question; on the downloads page > (https://github.com/matplotlib/matplotlib/downloads) I only see py27 > OSX binaries; is there any official location for Py3 ones? I just had > a colleague ask me about them and I couldn't find any in the places > I'm used to searching for (github, pypi, superpack). I have not yet made them, but it's on my to do list. One problem is that there are so many flavors of Python 3 (version 3.2, version 3.3, each in two flavors: for MacOS X 10.5 and later and for MacOS 10.6 and later). Anyone have suggestions for easily building against multiple versions of python? - Russell |