Taro Muraoka wrote:
> Hi list and Bram.
>
> I wrote a patch to fix a problem related if_python.
> Please check attached.
>
> Problem:
> When python 2.7 can't find "site" module, vim is exit.
> For example, on Windows which not installed official python 2.7,
> but installed Mecurial or so (py2exe'ed binary),
> Vim will try to load python27.dll of Mercurial,
> but it failed to load "site" module, and exit.
>
> The cause:
> Python try to load "site" module, and if it is failed, call exit().
> See at line 718 in
> http://svn.python.org/view/python/branches/release27-maint/Python/pythonrun.c?revision=85905&view=markup
>
> Solution:
> Suppress to load "site" module by setting Py_NoSiteFlag before
> Py_Initialize(),
> then load it explicitly.
Is loading the "site" module done by all versions of Python, or was it
added recently?
I suppose that without the "site" module Python cannot do its work?
--
SOLDIER: What? Ridden on a horse?
ARTHUR: Yes!
SOLDIER: You're using coconuts!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.