Pymacs助手在30秒后没有启动 [英] Pymacs helper did not start after 30 seconds

查看:311
本文介绍了Pymacs助手在30秒后没有启动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经看到其他问题了,但没有一个人实际上得到了回答,并没有一个是我的问题。



我有一个新的系统, emacs 23.1,Centos 6.2(我想)。我下载了最新的pymacs并安装了它。但是,我得到:

 错误:Pymacs助手在30秒内没有启动

这是一个以前一直工作过的.emacs和.bashrc。此外,看起来当我从gnome运行时,它确实找到了pymacs帮手(但是ropemacs不运行),但在KDE(这是我实际上正在尝试使用)它给出了pymacs帮助错误。



编辑因为我在几个月后再次发现这个问题。



现在,我得到侏儒中的pymacs帮手错误。我已经评论了这一行:

 (自动加载'python模式python模式Python编辑模式)

但这似乎没有帮助。这是与最新的pymacs。

解决方案

作者 Pymacs 这是与旧版本的 python-mode.el 相关的问题,它加载了自己的 Pymacs 的副本。他提出了两种不同的解决方案(请参阅 here ):



1)注释出 python-mode 初始化(我猜, pymacs 加载它)

2)将变量 py-load-pymacs-p 设置为 nil



如果我正确地记得第二个修复程序对我的emacs无效,但第一个修复不起作用。此外,可能需要更新您的版本的 Pymacs ,只要我知道它是在github上开发的,因此您可以使用上述repo中找到的版本。 / p>

I've seen other questions on this, but none of them were actually answered, and none of them are quite my issue.

I have a new system, emacs 23.1, Centos 6.2 (I think). I downloaded the newest pymacs and installed it. However, I'm getting:

error: Pymacs helper did not start within 30 seconds

This is with a .emacs and .bashrc that have always worked before. Also, it appears that when I run from gnome, it does find the pymacs helper (but ropemacs doesn't run), but in KDE (which is what I'm actually trying to use) It gives the pymacs helper error.

EDITING because I found this question when I had it again months later.

Now, I am getting the pymacs helper error in gnome too. I've commented out the line:

(autoload 'python-mode "python-mode" "Python editing mode" )

But that doesn't seem to help. This is with the newest pymacs.

解决方案

The author of Pymacs states that it is a problem related to an old version of python-mode.el which loads its own copy of Pymacs. He proposes two different solutions (see here):

1) Comment out the python-mode initialisation (I guess pymacs loads it then)
2) Set the variable py-load-pymacs-p to nil

If I recall correctly the second fix doesn't work for my emacs but the first one does. Also it might be necessary to update your version of Pymacs, as far as I know it is developed on github now, thus you can use the version found in the above repo.

这篇关于Pymacs助手在30秒后没有启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆