[Pythonmac-SIG] Catalina issue

Ronald Oussoren ronaldoussoren at mac.com
Tue Oct 29 16:45:15 EDT 2019


Hi,

Thanks for the report. I can reproduce this in a VM running 10.15.1 (using a virtualenv environment).  I’ve filed issue #282 about this, to help me remember to investigate this.

/usr/bin/python on the same system works fine, but is using an ancient version of PyObjC.

Ronald
—

Twitter: @ronaldoussoren
Blog: https://blog.ronaldoussoren.net/

> On 29 Oct 2019, at 19:34, Ben Byram-Wigfield via Pythonmac-SIG <pythonmac-sig at python.org> wrote:
> 
> The following two lines work in Mojave, but flag an error in Catalina:
> 
>>>> from AppKit import NSSavePanel
>>>> panel = NSSavePanel.savePanel()
> 
> The error is:
> 
> 2019-10-29 18:24:22.275 Python[6577:255233] *** Assertion failure in +[NSServiceViewController currentAppIsViewService], /BuildRoot/Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-462/NSViewService.m:140
> 2019-10-29 18:24:22.275 Python[6577:255233] *** Assertion failure in +[NSServiceViewController currentAppIsViewService], /BuildRoot/Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-462/NSViewService.m:140
> 2019-10-29 18:24:22.342 Python[6577:255347] +[NSXPCSharedListener endpointForReply:withListenerName:]: an error occurred while attempting to obtain endpoint for listener 'com.apple.view-bridge': Connection interrupted
> 
> This is with PyObjC 5.2. I get the same error (or not) in python 2.7 and python 3.7.
> 
> 
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> https://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20191029/4975f3d5/attachment.html>


More information about the Pythonmac-SIG mailing list