标签:imp python files 版本 led import echo home 错误提示
打开IDA出现这个错误提示,问题根源是IDA找不到python,安装2.7版本的python并设置%PYTHONHOME%变量为python安装目录就可以了
如果已经安装了python可以在命令行下用echo %PYTHONHOME%看看配置有没有问题!
添加系统环境变量PYTHONHOME,本地python目录,如:D:\Program Files\Python27
idapython import 'site' failed
标签:imp python files 版本 led import echo home 错误提示
原文地址:http://www.cnblogs.com/yunfeifei/p/7995199.html