winIDEA SDK: missing iConnect.dll error in winIDEA

22-Jul-2024

You recently installed the latest version of winIDEA and encountered an error message stating that iConnect64.dll is missing. You are using Python winIDEA SDK for controlling the BlueBox and the Target.


Possible solutions

Use Python distributed with winIDEA installation

In winIDEA, we provide a Python installation that includes the necessary components for your software testing. Python interpreter (python.exe) is in <winIDEA installation directory> | Python.


Update winIDEA SDK library

Update Python SDK from PyPi server:

pip install isystem.connect --upgrade

You can also download wheel (Python installer file) from PyPi and then pass it to the pip command.


A specific winIDEA build executable can be selected with the exe_dir() of the CConnectionConfig class before connecting to a specific winIDEA session with a script


More resources


Was this answer helpful?