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?