Today, I started getting the load error:
command: save
reloading plugin CTags.ctagsplugin
Traceback (most recent call last):
File “/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py”, line 109, in reload_plugin
m = importlib.import_module(modulename)
File “./python3.3/importlib/init.py”, line 90, in import_module
File “”, line 1584, in _gcd_import
File “”, line 1565, in _find_and_load
File “”, line 1532, in _find_and_load_unlocked
File “/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py”, line 915, in load_module
exec(compile(source, source_path, ‘exec’), mod.dict)
File “/Users/chuckf/Library/Application Support/Sublime Text 3/Packages/CTags/ctagsplugin.py”, line 39, in
from helpers.edit import Edit
ImportError: No module named ‘helpers’
Last week I updated to 3124. I’m not sure if that’s related since it has been working till today.
Is this a problem with my installation?