IlyaSm
8 years agoNew Contributor
Error importing python library paramiko
 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 e...
- 8 years ago
Hi,
Does it help?