好吧,问题解决了.
原文链接:https://www.f2er.com/bash/384623.html在www.vim.org下载Vim时,必须使用OLE版本以及runtimefiles存档.解压缩后尝试例如
:python print(‘Whatcha做Doc?’)
并看看它会给出什么错误.你应该看到… yadda yadda python27.dll的内容.有你的线索.该版本是使用Python 2.7编译的.记住,所以转到www.python.org并下载它.安装后在Vim中重复测试打印 – 现在应该可以正常工作.我尝试使用Vim 7.3(当前)和Python 2.7.2. (当前)但期望它也应该类似于旧版本.一定要配对.