首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Pymacs帮助器未加载

Pymacs帮助器未加载
EN

Stack Overflow用户
提问于 2012-07-30 02:10:08
回答 2查看 870关注 0票数 1

我正在OS X版本10.8 (美洲狮)上运行emacs 22.1.1,并且我已经开始按照这里提供的说明设置pymacs、ropemacs、ropemacs:http://www.saltycrane.com/blog/2010/05/my-emacs-python-environment/

在到达自动完成模式之前的阶段后,我在启动emacs时得到以下错误:

代码语言:javascript
复制
("emacs")
Loading encoded-kb...done

Loading advice...done
Pymacs loading ropemacs...

An error has occurred while loading `/Users/my_name/.emacs':

error: Pymacs helper did not start within 30 seconds

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.

使用--debug-init选项启动emacs后,我得到

代码语言:javascript
复制
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" "rop$
  pymacs-call("pymacs_load_helper" "ropemacs" "rope-")
  pymacs-load("ropemacs" "rope-")
  eval-buffer(#<buffer  *load*> nil "/Users/my_name/.emacs" nil t)  ; Reading at buffer position 566
  load-with-code-conversion("/Users/my_name/.emacs" "/Users/my_name/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "^H\205\276^@   \306=\203^Q^@\307^H\310Q\202A^@ \311=\2033^@\312\307\313\314#\203#^@\315\202A^@\312\30$
  command-line()
  normal-top-level()

有什么建议吗?

EN

回答 2

Stack Overflow用户

发布于 2012-07-30 03:41:03

你用的是最新的Pymacs吗?https://github.com/pinard/Pymacs/tarball/v0.25

请参阅README how to install。

顺便说一句,Pymacs运行它自己的邮件列表。

票数 0
EN

Stack Overflow用户

发布于 2012-09-15 17:59:00

我使用这个设置https://github.com/gabrielelanaro/emacs-for-python。它有pymacs,绳索,ropemacs,yasnippet,pyflake集成。一个完整的用于emacs的python dev包,它对我来说很有效。我的setup - https://github.com/rags/.emacs.d (包括用于python的emacs)

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/11711713

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档