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