What if an application needs MSVCR80.dll but I've installed Microsoft Visual Studio 9.0?

Posted by user198729 on Stack Overflow See other posts from Stack Overflow or by user198729
Published on 2010-04-13T17:19:37Z Indexed on 2010/04/14 4:23 UTC
Read the original article Hit count: 261

Filed under:
|
|

I'm trying to install this:

http://www.coderholic.com/pywebshot-generate-website-thumbnails-using-python/

I've googled a lot,and still can't make it work(gtk runtime has been installed successfully(gtk-demo works),but it still reports can't find MSVCR80.dll,this should be because that I have installed Microsoft Visual Studio 9.0?),

each time it reports ImportError: DLL load failed,MSVCR80.dll is not found..

How to make an application that needs MSVCR80.dll work when I've already installed Microsoft Visual Studio 9.0?

Or :

How to make _gtk.pyd use MSVCR90.dll instead of MSVCR80.dll?

© Stack Overflow or respective owner

Related posts about python

Related posts about gtk