pymacs-report-error: Python: TypeError: pymacs_load_helper() takes exactly 2 arguments (3 given)

340 Views Asked by At

Spent quite some time trying to install and configure Pymacs + ropemacs and friends onto my Mac OS 10.9 / Emacs 24.3 system and I am seeing the following issue when attempting to load any module (including ropemacs):

pymacs-report-error: Python: TypeError: pymacs_load_helper() takes exactly 2 arguments (3 given)

My environment:

rope==0.9.4
ropemacs==0.7
ropemode==0.2
pymacs==tip

My 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)

I'd really appreciate any help or information you can provide me so that I can use ropemacs.

Thanks in advance

0

There are 0 best solutions below