You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in this SO question, I am getting deferred errors when I try to get an autocompletion from Jedi in Emacs. Tried the suggested solutions, but didn't help. Any idea? The exact message I get is:
deferred error: error AttributeError('Script' object has no attribute 'complete')
My versions are:
jedi - 0.9.0
epc - 0.0.5
jedi & jedi-core (emacs packages) - 20150623
Python - 3.4.3
OS X Yosemite
The text was updated successfully, but these errors were encountered:
hm, that's odd. My ~/.emacs.d/elpa/jedi-core-20150623.2335/jediepcserver.py does have for comp in jedi_script(*args).completions(), which should be fine.
And my initialisation of jedi is, as the docs suggest:
The only thing I now see in the docs under manual installation, which I don't have is (autoload 'jedi:setup "jedi" nil t). Should I maybe add that too?
As mentioned in this SO question, I am getting deferred errors when I try to get an autocompletion from Jedi in Emacs. Tried the suggested solutions, but didn't help. Any idea? The exact message I get is:
My versions are:
The text was updated successfully, but these errors were encountered: