使用vim,当我尝试使用omnicomplete for python时出现错误
Required vim compiled with +python.
当我尝试
:python print 'hello'
我明白了
E370: Could not load library python26.dll
奇怪的是,无论如何我都在使用 python 2.7,那么我该如何更改 python vim 应该使用的内容,或者我必须安装 python 2.6 才能使用此功能?
使用vim,当我尝试使用omnicomplete for python时出现错误
Required vim compiled with +python.
当我尝试
:python print 'hello'
我明白了
E370: Could not load library python26.dll
奇怪的是,无论如何我都在使用 python 2.7,那么我该如何更改 python vim 应该使用的内容,或者我必须安装 python 2.6 才能使用此功能?