0

I'm using emacs 23 on ubuntu 12.04(virtualbox) on windows 7. And i am getting an error like this:

Flymake:Failed to launch syntax check process 'pyflakes' with args (views_flymake.py): Searching for program: no such file or directory,pyflakes. Flymake will be switched OFF

I couldn't find the solution. Any help will be appreciated.

Eren Süleymanoğlu
  • 1,204
  • 3
  • 18
  • 26

1 Answers1

1

Install pyflakes. The error says that it is missing.

Douglas Leeder
  • 52,368
  • 9
  • 94
  • 137