[issue46213] webbrowser.open doesn't work in Termux

2021-12-31 Thread Steven D'Aprano
Steven D'Aprano added the comment: I think the existence of sys.getandroidapilevel is evidence that Android is somewhat supported, even if it is not supported to the same degree that Linux and Windows are. https://docs.python.org/3/library/sys.html#sys.getandroidapilevel See also:

[issue46213] webbrowser.open doesn't work in Termux

2021-12-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: https://termux.com/ "Termux is an Android terminal emulator [on Android] and Linux environment app" I don't believe that core devs (and b.p.o.) support running Python on Android. If so, this should be closed here and your question redirected to whoever

[issue46213] webbrowser.open doesn't work in Termux

2021-12-31 Thread DonaldDuck313
New submission from DonaldDuck313 : 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: