[New-bugs-announce] [issue46213] webbrowser.open doesn't work in Termux

DonaldDuck313 report at bugs.python.org
Fri Dec 31 11:11:15 EST 2021


New submission from DonaldDuck313 <kalle.anka.ank at gmail.com>:

In Termux, if I type the following code, I would expect it to open the URL in a browser, but it does nothing:

import webbrowser
webbrowser.open("http://example.com")

----------
components: Library (Lib)
messages: 409422
nosy: DonaldDuck1313
priority: normal
pull_requests: 28530
severity: normal
status: open
title: webbrowser.open doesn't work in Termux
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46213>
_______________________________________


More information about the New-bugs-announce mailing list