This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author armandorowe
Recipients armandorowe, loewis
Date 2008-10-02.23:53:19
SpamBayes Score 0.016022155
Marked as misclassified No
Message-id <1222991600.09.0.664151145514.issue4022@psf.upfronthosting.co.za>
In-reply-to
Content
I got the file name misspelled. The actual file is MSVCR90.dll

the link below explains how to manually install the runtime library. One
would expect the problem would disapear then, It did not.

http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en

Manually depositing msvcr90.dll on c:\windows\system or
c:\windows\system32 fixes this error, but it causes the next one:

runtime error R6034 - An application has made an attempt to load the C
runtime library incorrectly. Please contact the application's support
team for more information. 

The only way I could find to make the problem disapear was installing on
C:\python26\
History
Date User Action Args
2008-10-02 23:53:20armandorowesetrecipients: + armandorowe, loewis
2008-10-02 23:53:20armandorowesetmessageid: <1222991600.09.0.664151145514.issue4022@psf.upfronthosting.co.za>
2008-10-02 23:53:19armandorowelinkissue4022 messages
2008-10-02 23:53:19armandorowecreate