Python windows extensions vcvarsall.bat incorrect windows SDK registry key -
Python windows extensions vcvarsall.bat incorrect windows SDK registry key -
i having lot of problem trying build python extensions on particular machine. has both vs2008 , vs2013 installed along with, believe be, right c/c++ libraries, etc. comparing 2 machines have same software, , vcvarsall.bat
, bin\amd64\vcvarsamd64.bat
files identical.
one difference i've noticed 2 machines have different values :getwindowssdkdirhelper
bin\amd64\vcvarsamd64.bat
:
c:\program files\\microsoft sdks\windows\v6.0a\
"bad": c:\program files (x86)\microsoft sdks\windows\v8.1a\
what i've tried, based on the various environment variables set vcvarsall.bat:
set lib=c:\program files\\microsoft sdks\windows\v6.0a\lib\x64
. removes 1 error still error link2019: unresolved external symbol __imp_queryperformancecounter
plus 6 similar errors. i've tried setting include
, lib
, libpath
, still link2019
errors. so, have couple questions:
can alter registry keyhklm\software\microsoft\microsoft sdks\windows
"good" path? if so, impacts have? why problem? perhaps installed vs2008/vs2013 in different order, issue? python windows python-extensions
Comments
Post a Comment