我试图在Windows上使用pylint.vim
。
我在C:\Program Files\Vim\vimfiles\compiler
direcory中有https://github.com/orenhe/pylint.vim版本。 我补充说:
autocmd FileType python compiler pylint
到C:\Program Files\Vim\_vimrc
文件中,也可以在我的系统中将pylint识别为命令。
但是,当我保存python源代码,而不是pylint输出,我得到:
"file.py" 199L, 5876C written Error detecded while processing function Pylint: line 11: E40: Can't open errorfile C:\DOCUME~1\xxx\LOCALS~1\Temp\VIeAA.tmp
我该如何解决这个问题?
编辑:正如lunaryornbuild议我尝试与合成。 但是我得到了类似的问题,也find它的线程: https : //github.com/scrooloose/syntastic/issues/29但仍然不知道如何解决它。