简体   繁体   English

IDAPython错误无模块_idaapi

[英]IDAPython error no module _idaapi

I am trying to install IDA Pro 5.5 on a windows 7 machine. 我正在尝试在Windows 7计算机上安装IDA Pro 5.5。 I have installed python 2.5. 我已经安装了python 2.5。 When starting IDA, i get error msg that init.py failed. 启动IDA时,我收到init.py失败的错误消息。 While looking inside this file, i found that it is importing _idaapi module, but I cannot find this module anywhere in IDA installation directory. 在查看此文件时,我发现它正在导入_idaapi模块,但在IDA安装目录中的任何位置都找不到该模块。 There is a python module named idaapi.py which is also importing _idaapi. 有一个名为idaapi.py的python模块,该模块也正在导入_idaapi。 I also tried downloading IDAPython separately, but it is not working still. 我也尝试过单独下载IDAPython,但仍无法正常工作。 Can anybody suggest something to get rid of this error and make my IDA working properly with IDAPython installed? 任何人都可以提出一些建议来摆脱此错误,并使我的IDA与安装的IDAPython一起正常工作吗? Thanks in advance -Sanjay 在此先感谢-Sanjay

Make sure that your Python interpreter is 32 bit and not a more recently compiled 64 bit version, even if you are running a 64 bit OS. 确保您的Python解释器是32位的,而不是最近编译的64位版本,即使您运行的是64位OS。 If you need to compile your own you will need the Development kit for your version of IDA. 如果需要自己编译,则需要使用IDA版本的开发套件。 Back in the 5.5 days you had to actually build your own, but idapython is now included as part of the 6.x versions of today. 在5.5天内,您必须实际构建自己的数据库,但是idapython现在已包含在今天的6.x版本中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM