Re: [Python-Dev] Embedding Python 3.5

2015-09-09 Thread Paul Moore
On 9 September 2015 at 17:16, Steve Dower wrote: > Don't bother reading into SxS assemblies. It may work, but it will destroy > more brain cells than are worth wasting on it. :) :-) Yeah, I looked at SxS once before and sprained my brain. But the summary on the numpy wiki looked like a digestible

Re: [Python-Dev] Embedding Python 3.5

2015-09-09 Thread Steve Dower
On 09Sep2015 0819, Paul Moore wrote: On 9 September 2015 at 16:11, Carl Kleffner 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

Re: [Python-Dev] Embedding Python 3.5

2015-09-09 Thread Paul Moore
On 9 September 2015 at 16:11, Carl Kleffner 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 v

Re: [Python-Dev] Embedding Python 3.5

2015-09-09 Thread Carl Kleffner
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. 2015-09-09 16:30 GMT+02:0