Boštjan Mejak added the comment:
I must add that it doesn't work on Windows 7, Python 3.4.3, either. I do have
chrome.exe on the %PATH% and executing 'chrome' in Windows Command Prompt opens
up the Chrome browser nicely, but it doesn't work so nicely by doing this:
import webbrowser
webbrowser.get("chrome")
I get this error message:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\Python 3.4\lib\webbrowser.py", line 51, in get
raise Error("could not locate runnable browser")
webbrowser.Error: could not locate runnable browser
----------
nosy: +Pikec
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue24452>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com