Re: [Sikuli-driver] [Question #698716]: How to connect Remote Linux server using Sikuli with Python Code

2021-09-29 Thread Karishma
Question #698716 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698716 Status: Answered => Solved Karishma confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #698716]: How to connect Remote Linux server using Sikuli with Python Code

2021-09-15 Thread RaiMan
Question #698716 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698716 Status: Open => Answered RaiMan proposed the following answer: Paramiko cannot be used in Jython (and hence SikuliX) due to native library components, that are only available/accesible in native Python.

[Sikuli-driver] [Question #698716]: How to connect Remote Linux server using Sikuli with Python Code

2021-09-12 Thread Karishma
New question #698716 on SikuliX: https://answers.launchpad.net/sikuli/+question/698716 Hello, I am new to sikuli. I want to connect to Remote Linux server and execute some Linux command from Sikuli. For this purpose I tried below Python code. That runs fine on the Python terminal that uses Pyth