Search code examples
pythonemacspython-moderope

Setting up emacs with autocomplete, python-mode, and rope


I have all of the above installed. Rope seems to work just fine but I get the error below when I try to run auto-complete:

Symbol's function definition is void: rope-completions

I can't figure this out for the life of me. Any suggestions where to look for this error would be great??


Solution

  • According to this blog, you need the latest development version of Rope and Ropemacs for emacs to have rope-completions defined.