I have a strange behaviour with webbrowser python module:

if I open python console in QGis and write

*import webbrowser*
*webbrowser.open("http://www.google.com <http://www.google.com/>")*

I get the following error:

*Traceback (most recent call last):*
*  File "<input>", line 1, in <module>*
*AttributeError: 'module' object has no attribute 'open'*

but If I do the same in OS python console (verified in windows and ubuntu)
I get the expected result.

Does Anyone confirm it? Should I open an issue ticket?
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to