How can I add “-with-python” options by building gvim/vim from source code in Windows

自古美人都是妖i 提交于 2019-11-29 12:49:27

@FvD, finally, I found the reason.

The command of Cygwin or WinGW are all right. The problem come from Python(surprising, Uhun?)!!

Python2x or Python3x are all should be installed as 32-bit version .

Because my computer system is 64bit, so I download python2/3 as x86_64, that caused vim cannot load python lib dynamicly.

I don't know exactly what's wrong with the python version. I assume it's because my Gvim/Vim are all 32bit.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!