我有一个版本的Vim编译启用
python 2.6支持(
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
确保您尝试加载的任何DLL都编译为与exe相同的体系结构. 例如如果你安装了x86 Vim.确保您加载的python DLL不是x64,反之亦然.
原文链接:/bash/384877.html