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...
|
Any ideas how to fix this? Thanks in advance...
| ||||
|
feedback
|
|
https://github.com/kevinw/pyflakes-vim/issues/27
Or go to pyflakes-vim and:
The point is that pyflakes-vim needs a (fresh) local copy of pyflakes under | ||||
|
feedback
|
|
Could be an issue with the version of Python you're running under vs. what the package you're using is looking for. A quick google for "Module getChildNodes python" got me to the page for Python compiler package which has one of those nice little "Deprecated" messages on it. So it might be that the pyflakes plugin is out of synch with the version of Python you have installed. "Python -V" will show you what version you're running.
| |||
|
feedback
|
|
This is a bug in pyflakes and we cannot help you with this here. Try filing an issue on their git repository. | |||
|
feedback
|