I just installed pylint and pylint.vim plugin but when pylint is invoked from vim it only shows a code rate and not the warnings.Anyone got any ideas why this is so?
Probably caused by the recent change in pylint output format (which now displays the column number). Have you tried http://vim.wikia.com/wiki/Script:891 or http://www.held.org.il/blog/2011/08/pylint-vim-plugin-update-0-24-0-support/ ?