Emacs python autocompletion

emacs, python

Solution

I'd recommend you to try emacs-jedi. The author is really trying to bring the best Python autocompletion experience to Emacs. (It uses the Jedi autocompletion library).

Problem

I've installed python-mode, pymacs and pycomplete+ from el-get on emacs24. But i am not able to get auto-completion for python in emacs.

Original source