I am trying to access the internet with Google Chrome but every time I use webbrowser.open(url)
it opens IE.
So I checked to make sure I have Chrome as my default, which I do, and I tried using the get()
function to link the actual Chrome application but it gives me this error instead:
File "C:UsersxxxAppDataLocalProgramsPythonPython36libwebbrowser.py", line 51, in get raise Error("could not locate runnable browser") webbrowser.Error: could not locate runnable browser
I also tried to open other browsers but it gives the same error. It also reads IE as my default and only runnable browser.
What could be happening? Is there an alternative?
Using Python 3.6.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…