On Sun 2nd Nov, 2008 at 17:42, George V. Reilly seems to have written:

> 2008/11/1 Jason Foreman <[EMAIL PROTECTED]>:
>> On Nov 1, 2008, at 11:57 AM, bj?rn wrote:
>>> How is this solved on Windows?
>>
>> I believe you must have installed the version of Python that your Vim
>> distribution was built with.  For standard builds I think this is 2.3.
>>  Cream builds use 2.5 or maybe 2.4.  I can verify this on Monday at work.
>
> This is certainly correct for the Visual C++ build, Make_mvc.mak, and
> seems to be true of the MinGW build too.
>
> Try asking on http://mail.python.org/mailman/listinfo/capi-sig. That's
> where the experts on embedding Python hang out.
>
> If Python is dynamically loaded, then people running Python 2.3 on
> Tiger don't pay any cost until they use :python. I'm inclined to think
> that most people who want to use :python have Python 2.5 or 2.6
> installed.

In case it matters, Python 2.5 on Tiger (from python.org) does not
include the dynamically linked shared library. This is so whether one
uses the installer provided or whether one compiles the framework build
from source and is true even if one explicitly requests that the
library be built and installed. I don't have Leopard to compare, but I
believe it does include the library in Python just as the Apple
provided python 2.3 provides it on Tiger.

As I say, I don't know if this matters or not.

- cfr

>

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to