私の Mac OS 10.9 / Emacs 24.3 システムに Pymacs +lopemacs とその仲間をインストールして構成するのにかなりの時間を費やしました。モジュール (ropemacs を含む) をロードしようとすると、次の問題が発生します。
pymacs-report-error: Python: TypeError: pymacs_load_helper() takes exactly 2 arguments (3 given)
私の環境:
rope==0.9.4
ropemacs==0.7
ropemode==0.2
pymacs==tip
私のinit.el:
(require 'pymacs)
(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)
私がropemacsを使用できるように、あなたが私に提供できる助けや情報を本当に感謝しています.
前もって感謝します