我有一个在启用了python 2.6支持的情况下编译的Vim版本(from here)。但是vim找不到python26.dll。
:version confirms +python/dyn
:version and gvim.exe confirms DYNAMIC_PYTHON_DLL="python26.dll"
echo PATH confirms python26.dll is in the search path.
(both c:\windows\system32, and C:\python26)
我能错过什么?我是否跳过愚蠢的事情?
更新没关系。我刚看到它。 Vim是x86,python是x64。抱歉浪费你的时间。 Dependancy Walker
得1分答案 0 :(得分:8)
确保您尝试加载的任何DLL都编译为与exe相同的体系结构。 例如如果你安装了x86 Vim。确保你加载的python dll不是x64,反之亦然。