[Python-Dev] Embedding Python 3.5 (original) (raw)

Paul Moore p.f.moore at gmail.com
Wed Sep 9 17:19:18 CEST 2015


On 9 September 2015 at 16:11, Carl Kleffner <cmkleffner at 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



More information about the Python-Dev mailing list