我在我的Windows 7上安装了Gvim。当我输入时
:python print hello
我收到以下错误
同样,当我输入时
:python3 print hello
错误变为
我安装的Gvim I的版本信息是
我的python版本是3.3.2。我已经将路径C:\Python33\DLLs
放到我的$Path
环境变量中。在DLLs目录中,有一个python3.dll
感谢任何帮助。 : - )
答案 0 :(得分:1)
听起来你的Gvim不是用python / python3构建的,或者它真的找不到python32.dll。
:version
和/或+python
的输出中的+python3
位于何处? (你提到python32.dll
但不是python3.dll
这就是它正在寻找的东西)如果问题是#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