Re: [Pythonmac-SIG] Problems building a binary from cpython that can be installed in /Users/{USER}/Library

2021-11-14 Thread Christopher Barker
I would very highly recommend that you not reinvent the wheel here. But if you really don't like the way Py2App or PyInstaller does it, then I wouldn't try to build the entire "normal" mac distribution anyway, and start at a lower level. Maybe look at homebrew for ideas? BTW -- there's a third op

Re: [Pythonmac-SIG] Problems building a binary from cpython that can be installed in /Users/{USER}/Library

2021-11-14 Thread Barry Scott
> On 10 Nov 2021, at 20:28, Paul Romer wrote: > > I am new to this sig. I hope it is appropriate to pose the following detailed > question to its members. Let me know if I have misunderstood. > > I'll provide a bit of background, specify the steps I took, then describe the > two issues I'm

[Pythonmac-SIG] ANN: PyObjC 8.0

2021-11-14 Thread Ronald Oussoren via Pythonmac-SIG
A new macOS release means a new major release of PyObjC. I'm happy to announce that PyObjC 8 is available on PyPI with full support for macOS 12, including APIs introduced in that release. I've also been working on performance and code quality of the core bridge. There are significant speedups

[Pythonmac-SIG] Problems building a binary from cpython that can be installed in /Users/{USER}/Library

2021-11-14 Thread Paul Romer
I am new to this sig. I hope it is appropriate to pose the following detailed question to its members. Let me know if I have misunderstood. I'll provide a bit of background, specify the steps I took, then describe the two issues I'm facing on which I would welcome advice.