Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that the Python module can not be found in IDA after installing Python

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly describes how to solve the problem of not finding Python modules in IDA after installing Python. The article is very detailed and has certain reference value. Interested friends must read it!

IDA supports Python embedding as a plug-in, so Python needs to be installed when IDA is installed. One day after installing IDA and Python on a new PC, launching IDA reported that it could not find Python modules, as follows:

The specific prompt information is:

LoadLibrary(C:\Users\Administrator\Desktop\Common Software Tools\IDA Green Edition and Python\ida61-hexrays15-rdw\ida61\plugins\python.plw) error: The specified module could not be found.

C:\Users\Administrator\Desktop\Common Software Tools\IDA Green Edition and Python\ida61-hexrays15-rdw\ida61\plugins\python.plw: can't load file

Different versions of IDA require the corresponding version of Python to be installed. The version of IDA I use is as follows:

The corresponding version is Python version 2.6, but the installation is version 2.6, how can I still report this problem? After a while, I suddenly remembered that I probably need to add Python's installation path to the system's Path environment variable. After adding IDA, I should be able to find it!

Taking the win10 system as an example, adding the Python installation path to the entry in the Path environment variable of the system is as follows:

After adding Python's installation path to the Path environment variable, IDA no longer reports errors.

The above is "How to solve the problem of not finding Python modules in IDA after installing Python" All the contents of this article, thank you for reading! Hope to share the content to help everyone, more relevant knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report