vim 无法加载库 python26.dll 但我正在使用 python 2.7?
使用vim,当我尝试对python使用omnicomplete时,出现错误
Required vim compiled with +python.
当我尝试时
:python print 'hello'
,
E370: Could not load library python26.dll
奇怪的是我正在使用python 2.7,那么我如何更改python vim应该使用的内容,或者我必须安装python 2.6才能使用此功能?
Using vim and when I try use omnicomplete for python I get an error
Required vim compiled with +python.
When I try
:python print 'hello'
I get
E370: Could not load library python26.dll
Strangely I'm using python 2.7 anyway so how can I change what python vim should use or will I have to install python 2.6 to use this feature?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须安装与编译 vim 相同版本的 python。这意味着您需要安装 2.6 或针对 2.7 重新编译 vim(或找到已有的二进制文件)。
You have to have the same version of python installed that vim was compiled against. That means you either need to install 2.6 or recompile vim against 2.7 (or find an existing binary that already is).