Errors when running vim with the pyflakes plugin
I'm playing with the pyflakes plugin for vim and now when I open a python file I get the error messages in the screenshot here Any ideas how to fix this? Thanks in advance... https://github.com/kevinw/pyflakes-vim/issues/27 You can recommend to users that they clone the pyflakes-vim repo with git clone --recursive or you can suggest after the fact to use git submodule update --init --recursive if pyflakes-vim is saved as a git submodule itself. Or go to pyflakes-vim and: git submodule init && git submodule update The point is that pyflakes-vim needs a (fresh) local copy of pyflakes under