vim 无法加载库 python26.dll 但我正在使用 python 2.7?

发布于 2024-10-18 20:45:29 字数 325 浏览 2 评论 0原文

使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彻夜缠绵 2024-10-25 20:45:29

您必须安装与编译 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文