Re: [Pythonmac-SIG] New page on wiki about system Python

2014-08-02 Thread Adam Morris
Concur, seems like the best practice way to install python is with brew. Sent from my iPhone > On Aug 3, 2014, at 8:13 AM, Matthew Brett wrote: > > Hi, > > I just put up a new wiki page on why system Python can be incovenient to > use: > > https://github.com/MacPython/wiki/wiki/Which-Python >

[Pythonmac-SIG] New page on wiki about system Python

2014-08-02 Thread Matthew Brett
Hi, I just put up a new wiki page on why system Python can be incovenient to use: https://github.com/MacPython/wiki/wiki/Which-Python I'd be very happy for feedback as to whether this is still the standard advice, Cheers, Matthew -- Sent from Vmail_

[Pythonmac-SIG] MacPython and automating wheel builds

2014-08-02 Thread Matthew Brett
Hi, I would like some feedback on an idea I had for providing a wheel-building service via the MacPython organization. Following up an idea and code by Matt Terry [1], I've made a general repo called 'terryfy', with tools for building Python projects on the travis-ci OSX virtual machines [2]. Me