Question

I just installed the starter-kit https://github.com/kjhealy/emacs-starter-kit on emacs 24.3. after finishing I have the the following error Warning (initialization): An error occurred while loading 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' option to view a complete error backtrace. How do i solve the problem?

Was it helpful?

Solution

It meant you don't have python-mode, and starter-kit seem to depend on it.

Try M-x package-install python-mode inside Emacs, then re-try to launch Emacs

You can also install the python-mode anyother way (on Debian for example, run in a shell

sudo aptitude install python-mode

OTHER TIPS

python-mode is released here:

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top