Yeah my pyflakes is actually a rewrite of the original so that it uses _ast instead of compiler. I will take the time to backport the fixes from new mainline pyflakes soon--thanks for the heads up though
I followed your installation instructions and while it runs perfectly on linux, I get a weird python error with OS X/MacVim. I attached a screenshot. Any suggestions?
That's really strange--I haven't seen any other reports like this. The "check" function is defined on the initialization of the script (near line 46). Do you have any other tracebacks during VIM startup? Or when you first open a Python file?
Also, what do you see when you enter ":python import sys; print sys.version" in vim?
Ah. Looks like the version I'm using only has Python 2.3. I'll either find an updated binary or compile my own, since I see from the docs that it requires 2.5.
Yeah my pyflakes is actually a rewrite of the original so that it uses _ast instead of compiler. I will take the time to backport the fixes from new mainline pyflakes soon--thanks for the heads up though