首页 > Windows开发 > 详细

win10安装wmi报错问题

时间:2015-10-21 20:40:43      阅读:1288      评论:0      收藏:0      [点我收藏+]

在win10上,安装wmi,首先下载https://pypi.python.org/pypi/WMI/#downloads,将wmi下载下来

安装过程中,会报错,No Python installation found in the registry

接下来

Apparently (having faced related 64- and 32-bit issues on OS X) there is a bug in the Windows installer. I stumbled across this workaround, which might help - basically, you create your own registry value:

HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/Python/PythonCore/2.7/InstallPath

and copy over the InstallPath value from:

HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/2.7/InstallPath
 
同时需要安装http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/,pywin
 
 
记录的有点流水,自己备忘

win10安装wmi报错问题

原文:http://www.cnblogs.com/djzny/p/4898676.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!