我刚刚在emacs 24.3上安装了入门套件https://github.com/kjhealy/emacs-starter-kit。完成后我有以下错误警告(初始化):加载c:/emacs/.emacs.d/init.el': File error: Cannot open load file, python-mode To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the
- debug-init'选项时发生错误,以查看完整的错误回溯。我如何解决问题?
答案 0 :(得分:1)
这意味着你没有python-mode,而starter-kit似乎依赖于它。
在Emacs中尝试M-x package-install python-mode
,然后重新尝试启动Emacs
你也可以用其他方式安装python-mode(例如在Debian上运行,在shell中运行
sudo aptitude install python-mode
答案 1 :(得分:0)
python-mode在这里发布: