【问题标题】:emacs starter kit installation erroremacs 入门工具包安装错误
【发布时间】:2013-04-12 06:05:48
【问题描述】:

我刚刚在 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'选项时出现错误以查看完整的错误回溯。我该如何解决这个问题?

【问题讨论】:

    标签: emacs python-mode starter-kits


    【解决方案1】:

    这意味着你没有 python-mode,而 starter-kit 似乎依赖它。

    在 Emacs 中尝试M-x package-install python-mode,然后重新尝试启动 Emacs

    你也可以以任何其他方式安装 python 模式(例如在 Debian 上,在 shell 中运行

    sudo aptitude install python-mode
    

    【讨论】:

      【解决方案2】:

      python-mode 在这里发布:

      https://launchpad.net/python-mode/+download

      【讨论】:

        猜你喜欢
        • 2015-01-21
        • 1970-01-01
        • 1970-01-01
        • 2010-09-20
        • 1970-01-01
        • 2019-11-25
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多