Missing .DLL files Anaconda 4.1.1 32-bit

562 Views Asked by At

I've installed Anaconda 4.1.1 32-bit on our Windows 2003 Server.

When I try to run a program through the command prompt it gives me the following error message:

..\python.exe is not a valid Win32 application

After searching around for a bit, I downloaded dependency walker to take a look at what is missing and it looks like wer.dll and ieshims.dll have a problem opening.

I can't make heads nor tails of this.

1

There are 1 best solutions below

4
ode2k On

Those .dll files appear to have been removed by IE8. You should be able to restore them by installing Visual C++ 2005 SP1

https://www.microsoft.com/en-au/download/details.aspx?id=26347

Attributed from:

https://stackoverflow.com/a/23484851/3006366