Vim,python3和syntastic

时间:2017-01-11 15:09:56

标签: python vim syntastic

python脚本运行良好,所以我想知道合成器抱怨。

import numpy as np
np.random.seed(123)
syntastic: [no-member] Module 'numpy.random' has no 'seed' member

random_walk = [0]
syntastic: [invalid-name] Invalid constant name "random_walk"

ENV:

  • python 3.5.2
  • vim 8.0.66
  • windows 8

我添加了

let g:syntastic_python_python_exec = 'c:\Users\user\Anaconda3\python.exe'
let g:syntastic_python_checkers = ['pylint']

到我的_vimrc但它没有做任何改变。

0 个答案:

没有答案