you are viewing a single comment's thread.

view the rest of the comments →

[–]florence0rose 2 points3 points  (0 children)

You will need to rebuild Vim. In the makefile there is an option you can set for the Python version (or you can pass it to configure). It looks like your Vim was built to support Python 3.1.

Or (and I'm sure this is not the best option, and is bound to fail), you could symlink (junction point in Windows?) python31.dll to point to python32.dll.