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.
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 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.