Gvim 7.2 with Python 2.5/2.6 support Windows binaries

Using the excellent instructions at ShowMeDo Jack Atkinson, I built a version of both Gvim and Vim for Windows with support for Python 2.5 and for Python 2.6.

Python 2.4: Support is already built-in in Gvim 7.2

Python 2.5: Install Gvim 7.2 and replace vim.exe and gvim.exe with the files in gvim72python25.zip

Python 2.6: Install Gvim 7.2 and replace vim.exe and gvim.exe with the files in gvim72python26.zip

Python 3.1: I wasn’t able to build Gvim 7.2 with Python 3.1 (most probably due to the backwards incompatible changes in Python 3)

To determine what version of Python your Gvim installation supports use the following command in Gvim:

python import sys; print sys.version

13 Comments on “Gvim 7.2 with Python 2.5/2.6 support Windows binaries”


By Video | Enjolt.com | Innovate for Success. March 31st, 2009 at 08:41

[...] better I would say that after watching 60 minutes that I am just going to stop using my computer Gvim 7.2 with Python 2.5/2.6 support Windows binaries – gooli.org 03/31/2009 Using the excellent instructions at ShowMeDo Jack Atkinson, I built a [...]

By Michael. April 12th, 2009 at 06:04

Thanks for these. Saves me heaps of
time compiling — the python2.6 seem
to work with my environment.

By Charl Botha. April 23rd, 2009 at 10:11

Thank you very much for making these! I was really not in the mood for compiling Vim on Windows. :)

By VIM as Python IDE | Alain M. Lafon. May 25th, 2009 at 18:45

[...] If you’re on Windows, GVIM will suffice(for versions != 2.4 search for the right plugin). If you’re on any other machine, you will probably know how to compile your very own VIM [...]

By Alphonso. May 27th, 2009 at 21:29

Great, thanks!

By Okke. June 17th, 2009 at 11:28

Thanks, good job :)

By kerem. July 1st, 2009 at 18:40

Hi

I just tried these builds under winxp64 and it does not work for me. I am first getting runtime error then bunch of python errors.

By John Sampson. July 4th, 2009 at 16:24

Also ensure that if python 2.6 has just been installed on Windows, the python26 folder is included in the PATH environment variable.

By Jice. September 4th, 2009 at 14:17

Hi,

Do these binaries support perl as well ?
I use python but i also use DBext plugin which needs perl to run…

Thanks

By VOOF?vim?????????????(?,?) | ????. November 9th, 2009 at 16:16

[...] ???? VOOF ? python?????gVim???Python???gVim 7.2????Python 2.4???Python??????????????????“??python24.dll”?????????????????????????Python 2.4 ? [...]

By links for 2009-11-09 | ????. November 9th, 2009 at 17:13

[...] Gvim 7.2 with Python 2.5/2.6 support Windows binaries (tags: vim python) Similar Posts Share [...]

By Dave. December 27th, 2009 at 23:04

I tried your gvim for python26 and it wanted a python24.dll file

By songfeng. January 27th, 2010 at 06:54

thannnnnnnnnnnnnnnk you!!!!!!!!

Leave a Reply