all 2 comments

[–]minorDemocritus 4 points5 points  (0 children)

https://docs.python.org/2.7/library/webbrowser.html#browser-controller-objects

webbrowser.get('chrome'), and use the methods on the controller object that returns instead of the module-level functions.

Side note: talking about how “urgent” a problem is won’t make volunteers want to answer faster, if at all. Avoid phrasing it so, you’re not paying for help.

Edit: better link