I want use paramiko for create ssh connection from TestComplete. I write code:
from os import sys sys.path.insert(0, "C:\\Python36\\Lib\\site-packages") import paramiko
But when I run test I get error:
Python runtime error. ImportError: DLL load failed: %1 is not a valid Win32 application.
This code is work in Python (not inside TestComplete).
Solved! Go to Solution.
Hi,
Does it help?
Hi,
Does it help?
Thank you.
Subject | Author | Latest Post |
---|---|---|