Re: [Pythonmac-SIG] [Pyobjc-dev] notarization works! (was Re: not that)

2018-10-28 Thread Ronald Oussoren via Pythonmac-SIG
> On 29 Oct 2018, at 00:56, Glyph wrote: > > > >> On Oct 28, 2018, at 2:57 PM, Glyph > > wrote: >> >>> I wonder what the “hardened runtime” option actually does and enforces. >>> In 3.7 the line in ctypes/__init__.py that causes the exception is a call >>>

Re: [Pythonmac-SIG] [ANN] PyObjC 5.0

2018-10-28 Thread Glyph
> On Sep 21, 2018, at 4:50 AM, Ronald Oussoren wrote: > >> P.S.: speaking of build gymnastics, does anyone on this list happen to have >> a way to use CocoaPods or something similar to pull in open source Cocoa >> frameworks to a PyObjC application? > > I haven’t looked into this yet. I gue

[Pythonmac-SIG] notarization works! (was Re: not that)

2018-10-28 Thread Glyph
> On Oct 28, 2018, at 2:57 PM, Glyph wrote: > >> I wonder what the “hardened runtime” option actually does and enforces. In >> 3.7 the line in ctypes/__init__.py that causes the exception is a call that >> creates a dummy C function, and likely triggers the first allocation for >> storing

Re: [Pythonmac-SIG] py2app apps codesigned with "--options runtime", i.e. any notorizable app, fails to launch with ctypes error (was Re: [Pyobjc-dev] ctypes MemoryError when attempting to launch nota

2018-10-28 Thread Glyph
> On Oct 28, 2018, at 1:48 PM, Ronald Oussoren wrote: > > > >> On 28 Oct 2018, at 19:47, Glyph wrote: >> >> >> >>> On Oct 28, 2018, at 11:20 AM, Glyph wrote: >>> >>> >>> On Oct 28, 2018, at 2:27 AM, Ronald Oussoren wrote: >>> > > Curiously, this is the same trace

Re: [Pythonmac-SIG] py2app apps codesigned with "--options runtime", i.e. any notorizable app, fails to launch with ctypes error (was Re: [Pyobjc-dev] ctypes MemoryError when attempting to launch nota

2018-10-28 Thread Ronald Oussoren via Pythonmac-SIG
> On 28 Oct 2018, at 19:20, Glyph wrote: > > > >>> >>> Curiously, this is the same traceback that comes from >>> https://forum.kodi.tv/showthread.php?tid=329171 >>> , which suggests it's >>> something fundamental to strict shared-library sa

Re: [Pythonmac-SIG] py2app apps codesigned with "--options runtime", i.e. any notorizable app, fails to launch with ctypes error (was Re: [Pyobjc-dev] ctypes MemoryError when attempting to launch nota

2018-10-28 Thread Ronald Oussoren via Pythonmac-SIG
> On 28 Oct 2018, at 19:47, Glyph wrote: > > > >> On Oct 28, 2018, at 11:20 AM, Glyph > > wrote: >> >> >> >>> On Oct 28, 2018, at 2:27 AM, Ronald Oussoren >> > wrote: >> Curiously, this is the same traceback that co

Re: [Pythonmac-SIG] py2app apps codesigned with "--options runtime", i.e. any notorizable app, fails to launch with ctypes error (was Re: [Pyobjc-dev] ctypes MemoryError when attempting to launch nota

2018-10-28 Thread Glyph
> On Oct 28, 2018, at 11:20 AM, Glyph wrote: > > > >> On Oct 28, 2018, at 2:27 AM, Ronald Oussoren > > wrote: > >>> >>> Curiously, this is the same traceback that comes from >>> https://forum.kodi.tv/showthread.php?tid=329171 >>>

[Pythonmac-SIG] py2app apps codesigned with "--options runtime", i.e. any notorizable app, fails to launch with ctypes error (was Re: [Pyobjc-dev] ctypes MemoryError when attempting to launch notarize

2018-10-28 Thread Glyph
> On Oct 28, 2018, at 2:27 AM, Ronald Oussoren wrote: > > > >> On 28 Oct 2018, at 06:27, Glyph wrote: >> >> I adjusted my code-signing to use the new, stricter requirements imposed by >> app notarization. I managed to get it successfully notarized, but the app is >> now non-functional as

Re: [Pythonmac-SIG] [Pyobjc-dev] ctypes MemoryError when attempting to launch notarized app

2018-10-28 Thread Ronald Oussoren via Pythonmac-SIG
> On 28 Oct 2018, at 06:27, Glyph wrote: > > I adjusted my code-signing to use the new, stricter requirements imposed by > app notarization. I managed to get it successfully notarized, but the app is > now non-functional as a result: at startup, I get: > > Traceback (most recent call last):