opera browser not opening with the webbrowser module in python

49 Views Asked by At

I am trying to open a URL in my default web browser which is opera. I provide the URL to the webbrowser.open() function but when executing, the program runs and terminates with no response whatsoever. What might be the problem?

I tried using the get() method to tell python explicitly to use opera but it is not working.

0

There are 0 best solutions below