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 Mariatta, PedanticHacker, doughellmann, gvanrossum, jbmilam, ned.deily, nedbat, orsenthil, python-dev, ronaldoussoren
Date 2017-03-31.17:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490979771.31.0.209981634704.issue24452@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 17:02:51PedanticHackersetrecipients: + PedanticHacker, gvanrossum, ronaldoussoren, orsenthil, nedbat, ned.deily, doughellmann, python-dev, jbmilam, Mariatta
2017-03-31 17:02:51PedanticHackersetmessageid: <1490979771.31.0.209981634704.issue24452@psf.upfronthosting.co.za>
2017-03-31 17:02:51PedanticHackerlinkissue24452 messages
2017-03-31 17:02:51PedanticHackercreate