我正在尝试使用 Emacs 作为我在 win32 下的 Python IDE。我参考了互联网上的几篇帖子,我的 Emacs 上安装了 yasinppet、auto-complete、pymacs、ropemacs。它显示在我创建 *.py 文件后,Emacs 将加载 python 模式、rope 模式、yas 模式和自动完成模式。但是当我尝试使用rope的“Goto定义”(Cc g)之类的功能时,我收到一条错误消息,说系统找不到pymacs.py文件。我很确定我已经正确安装了 pymacs 并且路径是正确的。所以有人可以帮我解决这个问题吗?
WindowsError: [Error 3] The system cannot find the path specified:
Traceback (most recent call last):
File "C:\\Python27\\Pymacs\\Pymacs\\pymacs.py", line 265, in loop
value = eval(text)
File "<string>", line 1, in <module>
UnicodeDecodeError: \'ascii\' codec can\'t decode byte 0xe5 in position 12:
ordinal not in range(128)