I installed jedi along with some other packages via el-get the other day, and initially it all worked perfectly (auto-complete, pop-up menus, etc.).
In the past few days, however, jedi has stopped working (i.e. autocomplete, pop-ups, and suggesting function arguments no longer work).
I found that part of the reason for this does not work, because for some reason autocomplete is not enabled at startup. I tried adding (setq auto-complete-mode t) to the .emacs file both before and after el-get load jedi, but despite the automatic completion, for some reason it still doesn't work. Instead, I need to enable autocompletion using Mx auto-complete-mode after loading emacs (I also tried the suggestions here Automatic Emacs full mode at startup , but it just throws a load of errors when loading emacs).
Also, when I type Mx jedi RET, some of the commands listed on the jedi troubleshooting page (like jed: setup-keys) seem to be missing.
I am also having the same problems as this guy: emacs-jedi does not find numpy completion , but I'm not sure if the two problems are related.
source share