IDA PYTHONHOME wrapper (last update: 2017-11-12, created: 2017-11-12) back to the list ↑
|
|||
In case you get the following error (which happens if for any reason 32-bit IDA finds 64-bit libraries for Python modules, or 64-bit IDA finds 32-bit libraries for Python modules):
You need to set PYTHONHOME environment variable to point to the proper Python directory (32- or 64-bit, depending on what IDA needs). If you can't set the above variable globally, you can use a short Python wrapper script (you actually need two, for idaq.exe and idaq64.exe), e.g.:
Name it e.g. idaq_wrapper.pyw, so that a console window doesn't pop-up. | |||
|