Re: [python-win32] python-win32 Digest, Vol 140, Issue 1

2015-04-15 Thread Tim Roberts
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

Re: [python-win32] python-win32 Digest, Vol 140, Issue 1

2015-04-14 Thread Blair Hall
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