> On this website:
>
> http://billigites.blogspot.com/2007/11/macvim-on-leopard.html
>
> it is stated that:
>
> "A couple of weeks ago I discovered the MacVim at
> http://code.google.com/p/macvim/
> ,
> and when I discovered the python-issues today I figured I could try
> that vim. Unfortunately, the binary that is available there is built
> against python2.3 (Tiger), and I like to use the python2.5 on Leopard.
> Luckily, there are some nice instructions in the wikipages! Without
> much trouble, I was able to build my very own Leopard MacVim with
> python2.5."
>
> Does this apply to the latest MacVim 7.2 too?
You can find out yourself by doing this in MacVim:
:python import sys; print sys.version
The output is:
2.3.5 (#1, Oct 8 2007, 19:04:04)
[GCC 4.0.1 (Apple Inc. build 5465)]
So yes, this is still true. The reason for this is that the MacVim
binary has to run on both Tiger and Leopard, and Tiger does not have
python 2.5. There was some discussion about this a while back:
http://groups.google.com/group/vim_mac/browse_thread/thread/1646a8a4430895d7/9bfd0c7246dac887
.
Nico
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---