Message290935
| 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. |
|