webbrowser.open() works on Windows 7; Python 2.7 opens my default web browser (Chrome) on my Windows machine no problem.
My simple code to analyze CSV data works perfectly on both Windows and Android (4.1). webbrowser.open() or .get()
does not work on Android with Firefox and Chrome.
I'm plotting/drawing analyzed data on Google Map on a browser. It's such a simple thing to do yet Python doesn't even find a "runnable" browser on Android.
I'm using QPython and Kivy Launcher to run my Python code on Android.
QPython Log of webbrowser.get() or webbrowser.open();
"webbrowser.Error: could not locate runnable browser."
Even if webbrowser.get(browser_path).open(url) worked, it's a bit of pain having to find a "runnable" browser among many possible browsers' path.
What API/module/trick do you wizards use, Pyjnius to call Android API?
"Mmmm, pieThong, uuugghhh..."