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.