Еще один помощник pymacs не запустился в течение 30 секунд (но с большей отладкой)

Я следовал этому руководству и ознакомился с этими существующими вопросами стекопотока:

Но, к сожалению, это не решило мою проблему. Итак, я разместил этот вопрос с более подробной информацией о моей ошибке.

Следуя отладочной информации, которую предоставляет emacs, я запустил --debug-init, и вот результаты.

Debugger entered--Lisp error: (error "Pymacs helper did not start within 30 seconds")
  signal(error ("Pymacs helper did not start within 30 seconds"))
  pymacs-report-error("Pymacs helper did not start within %d seconds" 30)
  pymacs-start-services()
  pymacs-serve-until-reply("eval" (pymacs-print-for-apply (quote "pymacs_load_helper") (quote ("ropemacs" "rope-" nil))))
  pymacs-call("pymacs_load_helper" "ropemacs" "rope-" nil)
  pymacs-load("ropemacs" "rope-")
  eval-buffer(#<buffer  *load*> nil "/home/mittenchops/.emacs.d/init.el" nil t)  ; Reading at buffer position 1936
  load-with-code-conversion("/home/mittenchops/.emacs.d/init.el" "/home/mittenchops/.emacs.d/init.el" t t)
  load("/home/mittenchops/.emacs.d/init" t t)
  #[0 "\205\262

Мой init.el связан здесь.

Я установил веревку, веревочные макы, pymacs и т. Д., Но все еще получаю эту ошибку. Далее я нахожу, что pymacs кажется неудачным при импорте в python в целом:

>>> import Pymacs
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named Pymacs

Но это странно, потому что:

$ git clone https://github.com/pinard/Pymacs.git 
$ sudo pip install -e Pymacs

успешно устанавливается!

1 ответ

Решение

Ах, не важно, я забыл построить репо.

$ python setup.py build
$ python setup.py install
Другие вопросы по тегам