Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • github.com/idapython/src/blob/master/README_python3.txt Commented Sep 25, 2020 at 14:35
  • @igor Are you sure that this will work? Because when i run idapythonswitch, it doesn't detect my python2, and that readme says its only for python3.. and the force path requires a python3.dll which that or python2.dll are not present in python2. It gives this error "Cannot determine python library version for "C:\Python27": No "python3.dll" " Commented Mar 29, 2023 at 16:48
  • @OneAndOnly Python 2 support has been removed in IDA 8.0. In theory, you can try building an old version of IDAPython with Python 2 support but I don't know if it will work with 8.x. Commented Mar 30, 2023 at 10:31