Today, 01:36 AM | #10096 | |
Connoisseur
Posts: 56
Karma: 10
Join Date: Oct 2018
Device: none
|
Quote:
For whatever is worth, running this in the command line open the browser: Code:
python3 -m webbrowser -t "https://www.python.org" I also tried to run the following python script with calibre-debug to see what happens: Code:
import webbrowser url="https://www.python.org" print('Trying opening this url: '+url) webbrowser.open(url) Last edited by John Maverick; Today at 01:41 AM. |
|
Tags |
fanfiction |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 495 | 10-19-2024 07:06 AM |
[GUI Plugin] Open With | kiwidude | Plugins | 403 | 04-01-2024 09:39 AM |
[GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 01:48 PM |
[GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 07:39 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |