pyflakes bug when saving python scripts in vim

73 Views Asked by At

I am encountering an annoying problem with MacVim using pyflakes as I am programming with python in my terminal on OS X. Basically when I attempt to exit and save my script (Shift+zz) I get a bunch of errors popping up and labeled as 'EE' in my vim, (see below). At this point anything I type in MacVim just comes up as the symbols you see on line 42, i.e. the only option I have is to exit by ctrl+z! Im not sure why these are errors because my script runs fine, so its not like the import statements are not recognised! Also these 'EEs' only come up if I'm saving my file after I make changes. If I open my file again after the errors come up and then save and exit, voila - I exit nicely without problems. What could this be due to?

enter image description here

0

There are 0 best solutions below