Re: [Tutor] Can't find MSVCR71.dll

2005-04-06 Thread Jacob S.
The way I did it was google for "download msvcr71.dll" and found a good place to download the file-- < 500K --- then I put the dll file in C:\windows\system32 folder. Then it worked and I didn't worry about it anymore. Easy enough, and you don't have to worry about that specific problem eve

[Tutor] Can't find MSVCR71.dll

2005-04-06 Thread Richard Lyons
I tried to install the win32all.exe to work with Python 2.4.1 on a Windows XP machine. Didn't work. I got the following error message: This application has failed to start because MSVCR71.dll was not found. From what I've found by way of Google, this is a common problem. What is the work arou