whoenig / SublimeCodeSearch

Plugin for CodeSearch within Sublime3
MIT License
11 stars 2 forks source link

Index error 2 #3

Open cyclecz opened 10 years ago

cyclecz commented 10 years ago

After fix no luck:

Exception in thread Thread-7: Traceback (most recent call last): File "X/threading.py", line 639, in _bootstrap_inner File "X/threading.py", line 596, in run File "Index in /home/viktor/.config/sublime-text-3/Installed Packages/CodeSearch.sublime-package", line 53, in runIndexing File "X/subprocess.py", line 818, in init File "X/subprocess.py", line 1416, in _execute_child FileNotFoundError: [Errno 2] No such file or directory: 'cindex'

whoenig commented 10 years ago

That might be a configuration issue. Could you check if either: a) cindex is in your path, i.e. calling "which cindex" tells you the full path to wherever cindex is deployed b) If cindex is not in your path, edit the configuration file to point to cindex and csearch (Copy content from Preferences -> Package Settings -> Code Search -> Settings Default to Preferences -> Package Settings -> Code Search -> Settings User file; adjust the path to cindex and csearch)