Hi! Syntax checking does not work for me at all.
Vim 7.4, pylint 1.2.1
Turned on in vimrc `let g:syntastic_python_checkers = ['pylint']`
Output of `:SyntasticInfo`
```
Syntastic: active mode enabled
…
Every time I run, I get the following error (I think it's a warning and then an error):
```
myproject/virtualenv/lib/python2.6/site-packages/pylint/reporters/text.py:79: UserWarning: parseable output…