This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author PedanticHacker
Recipients Arfrever, Mariatta, PedanticHacker, devplayer, eryksun, jbmilam, joncwchao, python-dev, r.david.murray, steve.dower
Date 2017-03-31.18:01:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490983300.39.0.144322293918.issue8232@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-03-31 18:01:40PedanticHackersetrecipients: + PedanticHacker, Arfrever, r.david.murray, joncwchao, devplayer, python-dev, eryksun, steve.dower, jbmilam, Mariatta
2017-03-31 18:01:40PedanticHackersetmessageid: <1490983300.39.0.144322293918.issue8232@psf.upfronthosting.co.za>
2017-03-31 18:01:40PedanticHackerlinkissue8232 messages
2017-03-31 18:01:40PedanticHackercreate