Matt Billenstein <m...@vazor.com> added the comment:

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...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31805>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to