Blair Hall wrote:
>
> _ctypes.pyd calls LoadLibraryA("msvcr90.dll") and a version of
> msvcr90.dll is found in the Windows PATH, despite the fact that I have
> included the correct version and a manifest, as described on the
> internet in may places.
>
> Is there is something wrong with the way tha
I am still stuck on this problem.
I have posted a more detailed account here
http://stackoverflow.com/questions/29597999/incorrect-dll-is-loaded-from-windows-path-instead-of-manifest
_ctypes.pyd calls LoadLibraryA("msvcr90.dll") and a version of msvcr90.dll
is found in the Windows PATH, despite