Kevin Ballard added the comment:

There is a potential workaround that could be used so that way macOS 10.12.5 
works. It turns out that, with osascript, if you catch the error and try again, 
it works.

$ osascript <<EOF
> try
> open location "http://apple.com";
> on error
> open location "http://apple.com";
> end try
> EOF

----------
nosy: +Kevin Ballard
status: pending -> open

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

Reply via email to