Не работает плагин View in Browser в Sublim Text 3

Скачал Sublime Text 3, сразу установил плагин для просмотра страницы в браузере (View in Browser). Кликаю ПКмМ по любой части кода, нажимаю View in Browse - и ничего не происходит. Вот, что выводит в консоль:

View In Browser plugin v2.0.0, Python 3
File D:\Download\ind.html is dirty. Saving...
C:\Program Files (x86)\Mozilla Firefox\firefox.exe -new-tab file:///D:/Download/ind.html
Traceback (most recent call last):
  File "./python3.3/subprocess.py", line 1104, in _execute_child
FileNotFoundError: [WinError 2] Не удается найти указанный файл

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 1088, in run_
    return self.run(edit)
  File "C:\Users\Admin\AppData\Roaming\Sublime Text 3\Installed Packages\View In Browser.sublime-package\ViewInBrowserCommand.py", line 238, in run
  File "C:\Users\Admin\AppData\Roaming\Sublime Text 3\Installed Packages\View In Browser.sublime-package\ViewInBrowserCommand.py", line 191, in openBrowser
  File "./python3.3/subprocess.py", line 819, in __init__
  File "./python3.3/subprocess.py", line 1110, in _execute_child
FileNotFoundError: [WinError 2] Не удается найти указанный файл

Ответы (0 шт):