Sublime Forum

Ctags plugin load error

#1

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?

0 Likes

#2

Try reinstall the Ctags package for Sublime Text. If not work, a complete clean install.

  1. Complete clean install proceedings
  2. Reverting to a clean state (backup your data)

Former, reporting it to the Ctags package developer on its issue tracker: https://github.com/SublimeText/CTags/issues

0 Likes

#3

Reinstalling the CTags package worked.
Thanks

0 Likes