Hi, On Tue, Apr 8, 2014 at 4:06 PM, Christopher Barker <python...@gmail.com> wrote: > Mathew, > > This is great, thanks! > > I can't remember what the hold-up is with iPython -- I think it was the > some-time require readline issue? But I thought that that was semi-resolved > -- any idea what the deal is with that?
I think ipython is done already - there was a problem with readline, but now ipython depends on gnureadline, and that fixed it. IPython has wheels, but they are not binary because it's a pure python package. On my machine in a clean virtualenv: $ pip install ipython Downloading/unpacking ipython Downloading ipython-2.0.0-py27-none-any.whl (2.8MB): 2.8MB downloaded Downloading/unpacking gnureadline (from ipython) Downloading gnureadline-6.2.5-cp27-none-macosx_10_6_intel.whl (245kB): 245kB downloaded Installing collected packages: ipython, gnureadline Successfully installed ipython gnureadline Cleaning up... > It'll be pretty cool to get the full > scipy stack up there. scipy should be done when the imminent new release comes out. Then I guess pandas and so on. So - not long now I think. > Oh, and PIllow next.... Do you know the Pillow team at all? Maybe they'd accept help for wheel building? Cheers, Matthew _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG