Hi,
I am new to Sublime and I already really love it. I installed my first Plugin / Package: Clickable URLs.
The Problem: The web browser does not open. In Console it shows:
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 549, in run_
return self.run(edit)
File "clickable_urls in C:\Users\PC06\AppData\Roaming\Sublime Text 3\Installed Packages\Clickable URLs.sublime-package", line 81, in run
File "clickable_urls in C:\Users\PC06\AppData\Roaming\Sublime Text 3\Installed Packages\Clickable URLs.sublime-package", line 70, in open_url
File "./webbrowser.py", line 53, in get
webbrowser.Error: could not locate runnable browser
Operating System: Win 7 64 bit SP1
Sublime Text version: 3 Build 3065
Screenshots: See console output above
Steps to reproduce:
-
Install Clickable URLs
-
Open new file, save with filename
-
Type URL (it will underline)
-
place cursor over URL, then click ctrl+alt+enter
-
nothing happens (browser should open with that URL). Console output as per above
Since I am a total newbie on sublime I might have done something very stupid or stupidly forgot to do the obvious. In such case, please be patient. Please let me know how to fix this problem.
Many thanks,
Hubert Chen