使用the official vim 7.4 binary (x86)
>我已经检查过它带有python / dyn和python3 / dyn
>我已经安装了Python 2.7.10 x86,并在我的Path环境中附加了python的路径.
>:echo has(‘python’)按预期打印1.
>然而:当我输入:python print’test’时,vim退出,就好像我输入了:q
>:python妈妈告诉我,为什么Windows存在?,它也退出了.想知道为什么……至少不是印刷问题.
使用tuxproject’s nighty builds of vim 7.4.826 (x86)
>它确实带有python / dyn和python3 / dyn.也:
Used libraries: Perl 5.22.1,Python 2.7.10,Python 3.4.3,Ruby 2.2.3,Lua 5.3.0,Tcl 8.6.4,libXpm.
大!这是我下载的版本(2.7.10)!等待…
>:echo has(‘python’)按预期打印1.
>但是,“圣诞快乐!” vim说.
Sorry,this command is disabled,the Python’s site module could not be loaded.
Windows isn’t good enough. Oh,and merry christmas!
使用tuxproject’s nighty builds of vim 7.4.826 (x64)
我尝试使用x64的python二进制文件,负责从我的Path变量中删除x86版本.与上述问题相同.
使用Kaoriya’s vim 7.4.something (x64)和Veegee’s vim 7.4.803
与上述问题相同.
编译vim怎么样?
视窗.
我不是那么懒,嗯,我是……但是如果没有其他解决办法,我会尝试编译它.如果它不能解决任何问题,我真的不想编译它.如果我能够至少理解为什么会发生这些问题……