0

I just installed python-mode.el (6.0.1) and when I start up Emacs.app it gives me the following error:

File error: Cannot open load file, highlight-indentation

Are there dependencies for python-mode.el that I have to install first?

2daaa
  • 2,788
  • 7
  • 33
  • 44

1 Answers1

1

The python-mode 6.0.1 tar.gz bundle does include highlight-indentation.el. It appears that this file was added in version 6.0. However, this is not mentioned in the README or NEWS files.

mzjn
  • 48,958
  • 13
  • 128
  • 248