Gvim无法执行:python和:python3。 Windows7,Python33

时间:2014-01-13 00:51:18

标签: python windows vim

我在我的Windows 7上安装了Gvim。当我输入时 :python print hello 我收到以下错误 enter image description here

同样,当我输入时 :python3 print hello 错误变为 enter image description here

我安装的Gvim I的版本信息是 enter image description here

我的python版本是3.3.2。我已经将路径C:\Python33\DLLs放到我的$Path环境变量中。在DLLs目录中,有一个python3.dll

感谢任何帮助。 : - )

3 个答案:

答案 0 :(得分:1)

听起来你的Gvim不是用python / python3构建的,或者它真的找不到python32.dll。

    您是:version和/或+python的输出中的
  1. 吗?
  2. 系统中+python3位于何处? (你提到python32.dll但不是python3.dll这就是它正在寻找的东西)
  3. 如果问题是#1,那么How to enable Python support in gVim on Windows?可能会有所帮助。

答案 1 :(得分:1)

你安装了64位Python吗?如果是这样,您可能会面临这样的问题。我遇到过类似的问题所以,我删除了64位Python并安装了32位python并且它有效。

另一方面,如果您必须绝对使用64位Python,请尝试使用64位Vim版本 - 您可以尝试此链接。 http://solar-blogg.blogspot.com.au/p/vim-build.html

答案 2 :(得分:0)

您必须将其放在路径中:var data = '<div class="test form-group col-xs-6 repeat" id="repeat_py">\n <div class="kv col-lg-2">index:\n<pre class="num">0</pre></div>\n<div><span class="kv">value: <pre class="num">m</pre></span></div></div>' alert($(data).find('div.repeat').html()) NOT C:\Python33