[issue24452] Make webbrowser support Chrome on Mac OS X

Boštjan Mejak report at bugs.python.org
Fri Mar 31 13:02:51 EDT 2017


Boštjan Mejak added the comment:

I have Windows 10, 64-bit, and Python 3.6.1, 64-bit, and the code still does not work!

>>> import webbrowser
>>> webbrowser.get("chrome")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Program Files\Python 3.6\lib\webbrowser.py", line 51, in get
    raise Error("could not locate runnable browser")
webbrowser.Error: could not locate runnable browser

Note: Yes, my Google Chrome browser was running when this command was executed.

----------

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


More information about the Python-bugs-list mailing list