> On 7 Dec 2016, at 01:49, Christopher Barker <python...@gmail.com> wrote: > > I haven't been involved for a while, but this gitHub org: > > https://github.com/MacPython <https://github.com/MacPython> > > Is doing a lot of wheel building, and I think they are using CIs to build and > test. > > Maybe they could add pyObjC > > Or you could see what they have set up.
They appear to use travis to build, with some script to sanitise binary dependencies (that is, copy non-system shared libraries into the wheel). Might be interesting to look into for PyObjC as well, but for now manual building will do. Ronald > > -CHB > > > > On Tue, Dec 6, 2016 at 12:56 PM Ronald Oussoren <ronaldousso...@mac.com > <mailto:ronaldousso...@mac.com>> wrote: >> On 6 Dec 2016, at 21:43, Glyph Lefkowitz <gl...@twistedmatrix.com >> <mailto:gl...@twistedmatrix.com>> wrote: > >> >> >>> Anyways, there may be a 3.2.1 release by the end of the week, I just >>> noticed that building PyObjC on 10.12 doesn’t work when using python 2.7, I >>> apparently only tested python 2.7 on older OSX releases :-( >> > >> Thanks for saving me some time - I was just about to test that configuration >> :). It works fine on 10.11, which is what this machine is running! > > What version of Xcode do you use? And do you use a framework build of > Python? The issue I saw earlier should be present on 10.11 as well when > using Xcode 8.1 (which includes the 10.12 SDK) > > Ronald > > _______________________________________________ > > Pythonmac-SIG maillist - Pythonmac-SIG@python.org > <mailto:Pythonmac-SIG@python.org> > > https://mail.python.org/mailman/listinfo/pythonmac-sig > <https://mail.python.org/mailman/listinfo/pythonmac-sig> > > unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG > <https://mail.python.org/mailman/options/Pythonmac-SIG> >
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG