aziz / SublimeFileBrowser

Ditch sidebar and browse your files in a normal tab with keyboard, like a pro!
MIT License
395 stars 45 forks source link

watchdog module is not importable #139

Closed Chovin closed 7 years ago

Chovin commented 7 years ago

Got this error:

error: FileBrowser:

watchdog module is not importable, hence we cannot know about changes on file system, and auto-refresh will not work.

Despite that, FileBrowser is fully usable without auto-refresh, you can just ignore this message and manually refresh view with r key.

But if you want working auto-refresh:
 • if you install manually, then look at Readme how to install it,
 • if you install via Package Control, report an issue.

but I see that watchdog was installed:

Package Control: The dependency 'watchdog' has successfully been installed or updated

and I can import it just fine:

>>> import watchdog
>>> dir(watchdog)
['__doc__', '__initializing__', '__loader__', '__name__', '__package__', '__path__']
vovkkk commented 7 years ago

Does error persist after restarting Sublime Text?

Chovin commented 7 years ago

didn't, but after a few days it just worked. Something wonky must have happened.

Sorry!