python pip install tables couldn't find microsoft vc++ 9.0 (vcvarsall.bat)
if you have install microsoft visual studio 2013, just create a new enviroment variable named [VS90COMNTOOLS] and point it to %VS120COMNTOOLS%.
because python(2.7.8) use micorsoft visual vc++ 9.0 compiler (shipped with visual studio 2008) to compile 3rd modules what you want to setup.

浙公网安备 33010602011771号