On 9 September 2015 at 16:11, Carl Kleffner <cmkleff...@gmail.com> wrote:
> A good overview on this topic is given on
> https://github.com/numpy/numpy/wiki/windows-dll-notes. As a side note the
> PATH is usually the latest place in the search order of DLLs. Pre-loading
> python35.dll into the process space from within vim could be a possible
> solution.

Thank you for this. From a very quick read, it looks like I could put
the embedded Python files in a directory ...\gvim.exe.local. I'll give
that a try (there's a downside, in that I'd need a duplicate copy in
...\vim.exe.local if I wanted the console version to work too). It
looks like SxS assemblies might help too, but that'll need a bit more
reading before I understand it :-)

Paul
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to