The webbrowser library provides a convenient way to launch a URL with a browser window through the webbrowser.open() method. Numerous browser types are available, b
webbrowser.open()
Please try putting the absolute path of internet explorer exe file in your code.
ie=webbrowser.get("C:\Program Files\Internet Explorer\iexplore.exe") ie.open_new("http://google.com")