Archived

This forum has been archived. Please start a new discussion on GitHub.

Python DLL Load Failed

So, I just had to compile ICE from source since I was using a newer version of Python. However now whenever I try to run an kind of example it comes up telling me...
  File "C:\Ice-3.3.1\python\Ice.py", line 19, in <module>
    import IcePy
ImportError: DLL load failed: The specified module could not be found.

Thinking that because I didn't compile something I included the "bin" folder from Ice-3.3.1-VC90, however it keeps comming up saying the same thing. Now then, how can I figure out what DLL isn't loading properly?

Comments

  • Alright, well after reading that it was originally a DLL file I loaded it up and did a dependence scan.

    msvcp90.dll
    msvcr90.dll

    Are the two files that I can't find at all.
  • matthew
    matthew NL, Canada
    Do you have VC9 installed?
  • VC9 is Visual Studio 2008 Right?
  • Stupid Question, but yes it is installed. I even have the Redistributable Package installed from before. I also found the two files in "C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT" however copying them into the same bin as ICE didn't work.
  • Alright, well a quick reboot and it is working properly. But now I have another problem with using ICE with python...