MSVCR90.DLL Error When Trying to run pykml module in Windows Vista

1.1k views Asked by At

I am new to python and plan on using it with pykml to create KML files for Google Earth. I have succesfully installed the dependecies(lxml-2.3-py2.7-win32.egg) and the pykml package(pykml-0.1.0-py2.7.egg) itself using easy_install.

In the python interpreter I can import lxml and pykml without issue, but when I try importing pykml."any module" I get an error that says:

python.exe - Unable to Locate Component -This application has failed to start because MSVCR90.dll was not found. Re-installing the application may fix this problem.

After getting this I downloaded the MSVCR90.dll and placed it in my \Lib\site-package folder and got the following error:

Microsoft Visual C++ Runtime Library - Runtime Error! - Program: C:\hp\bin\Python\python.exe -R6034 -An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information.

Anyone with experience using pykml on Windows please help!!!

Thanks!

0

There are 0 answers