Message 304541 - Python tracker

Message304541

Author mattbillenstein
Recipients mattbillenstein, ned.deily, ronaldoussoren, vstinner
Date 2017-10-17.22:29:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508279374.8.0.213398074469.issue31805@psf.upfronthosting.co.za>
In-reply-to
Content
Did some debugging by sticking a couple prints in support.is_gui_available() and it appears everything is fine up until the call to app_services.SetFrontProcess() -- this is returning error code -606 which is defined in:

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers/MacErrors.h:
appIsDaemon                   = -606, /*app is BG-only, and launch flags disallow this*/

What this means exactly or how to fix it, I don't know...
History
Date User Action Args
2017-10-17 22:29:34mattbillensteinsetrecipients: + mattbillenstein, ronaldoussoren, vstinner, ned.deily
2017-10-17 22:29:34mattbillensteinsetmessageid: <1508279374.8.0.213398074469.issue31805@psf.upfronthosting.co.za>
2017-10-17 22:29:34mattbillensteinlinkissue31805 messages
2017-10-17 22:29:34mattbillensteincreate