1. 安装Pymacs, http://pymacs.progiciels-bpi.ca/pymacs.html
1
sudo python setup.py install
  1. 安装ropemode, http://pypi.python.org/pypi/ropemode
1
sudo python setup.py install
  1. 安装ropemacs,http://rope.sourceforge.net/ropemacs.html
1
sudo python setup.py install
  1. 在.emacs中加入
1
2
3
(autoload 'pymacs-apply "pymacs")(autoload 'pymacs-call "pymacs")(autoload 'pymacs-eval "pymacs" nil t)(autoload 'pymacs-exec "pymacs" nil t)(autoload 'pymacs-load "pymacs" nil t)

(pymacs-load "ropemacs" "rope-")(setq ropemacs-enable-autoimport t)