<div dir="ltr">I have a strange behaviour with webbrowser python module:<div><br></div><div>if I open python console in QGis and write</div><div><br></div><div><i>import webbrowser</i></div><div><i>webbrowser.open("<a href="http://www.google.com/" target="_blank">http://www.<wbr>google.com</a>")</i></div><div><br></div><div>I get the following error:</div><div><br></div><div><div><i>Traceback (most recent call last):</i></div><div><i>  File "<input>", line 1, in <module></i></div><div><i>AttributeError: 'module' object has no attribute 'open'</i></div></div><div><i><br></i></div><div>but If I do the same in OS python console (verified in windows and ubuntu)</div><div>I get the expected result.</div><div><br></div><div>Does Anyone confirm it? Should I open an issue ticket?</div></div>