Traceback (most recent call last):
File "<string>", line 24, in <module>
File "/home/jai1/.vim/bundle/YouCompleteMe/autoload/../python/ycm/setup.py", line 53, in SetUpYCM
return YouCompleteMe( user_options_store.GetAll() )
File "/home/jai1/.vim/bundle/YouCompleteMe/autoload/../python/ycm/youcompleteme.py", line 122, in __init__
self._SetupServer()
File "/home/jai1/.vim/bundle/YouCompleteMe/autoload/../python/ycm/youcompleteme.py", line 140, in _SetupServer
args = [ paths.PathToPythonInterpreter(),
File "/home/jai1/.vim/bundle/YouCompleteMe/autoload/../python/ycm/paths.py", line 48, in memoizer
cache[ key ] = obj( *args, **kwargs )
File "/home/jai1/.vim/bundle/YouCompleteMe/autoload/../python/ycm/paths.py", line 60, in PathToPythonInterpreter
if IsPythonVersionCorrect( python_interpreter ):
File "/home/jai1/.vim/bundle/YouCompleteMe/autoload/../python/ycm/paths.py", line 131, in IsPythonVersionCorrect
return utils.SafePopen( command ).wait() == 0
File "/home/jai1/.vim/bundle/YouCompleteMe/python/ycm/../../third_party/ycmd/ycmd/utils.py", line 304, in SafePopen
return subprocess.Popen( args, **kwargs )
File "/usr/lib64/python2.6/subprocess.py", line 642, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1238, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory