python - Error installing "Contextify" module in node.js in windows 8 -
i installed jsdom 3.1.2 module has dependency on contextify. trying install contextify show error in cmd: key error: "c:\program files (x86)\microsoft visual studio 2012.0\vc\bin
i installed python 2.7 , set environment variable name "pythonpath" , values "c:\python27". installed ms visual studio 2013 desktop , set environment variable: variable name "gyp_msvs_version" , variable values "c:\program files (x86)\microsoft visual studio 2012.0\vc\bin"
can tell me problem? thank you.
gyp_msvs_version
should set version, not path. in case command set gyp_msvs_version=2013
.
Comments
Post a Comment