Embedding Python with vs2010

49 views Asked by At

I am trying to embedding Python with vs2010 and python2.7.9,when I import moudles using PyRun_SimpleString("import tables\n") ,It works error with missing MSVCR90.dll which shows below errors

but when I test “import tables” in pyhoth IDLE,it is right.

1

There are 1 answers

3
Nithish On

MSVCR90.dll is part of MSVC2008. Your code should work if you install MSVC2008 redistributables on your machine.