您的位置:首页 > 编程语言 > Python开发

LoadLibrary python.plw error: 找不到指定的模块

2016-08-27 21:06 429 查看

前言

用Hex-Rays.IDA.Pro.Advanced.v6.1解压版, 运行后, 显示 LoadLibrary python.plw error: 找不到指定的模块

实验记录

像是python环境有问题.

查资料说 : IDA6.1配 python2.6

做实验用的IDA是32位的, 下载了python-2.6.msi, 默认安装路径是 C:\Python26

安装完后, 直接在命令行输入python是有反应的, 但是显示的是 Python 2.7.5

可能被别的软件装过python, 查了下, 是android-ndk-r10e自带的python

此时运行IDA6.1, 还是报错提示python.plw error

将C:\Python26加入环境变量. 再运行IDA6.1, python命令行代替了IDC命令行, IdaPython可以用了.

在python命令行中输入help(), 在IDA6.1的提示区, 可以看到此时用的python是2.6

Python>help()

Welcome to Python 2.6!  This is the online help utility.

If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://docs.python.org/tutorial/. 
Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules.  To quit this help utility and
return to the interpreter, just type "quit".

To get a list of available modules, keywords, or topics, type "modules",
"keywords", or "topics".  Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as "spam", type "modules spam".

help>
You are now leaving help and returning to the Python interpreter.
If you want to ask for help on a particular object directly from the
interpreter, you can type "help(object)".  Executing "help('string')"
has the same effect as typing a particular string at the help> prompt.


<2016-1217>

想在IDA6.8上用下python, 报错,找不到模块.

查的资料都不好使.

最后,用泄漏版的IDA6.8PRO重新安装,里面自带python, 可以用idapython了.

正版IDA还是NB啊.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: