[issue30392] default webbrowser fails on macOS Sierra 10.12.5

Andrew Jaffe report at bugs.python.org
Fri May 19 04:45:53 EDT 2017


Andrew Jaffe added the comment:

This seems to be a bug in the `osascript` application in the latest macOS 10.12.5:

$ osascript <<EOF
> open location "http://python.org"
> EOF
0:33: execution error: "http://python.org" doesn’t understand the “open location” message. (-1708)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30392>
_______________________________________


More information about the Python-bugs-list mailing list