Re: [Sikuli-driver] [Question #664253]: Import pytest library into the sikuli script

2018-02-09 Thread sam
Question #664253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664253 sam posted a new comment: RaiMan, Thank you very much. I took a look around to see if pytest is compatible with Jython. It seems Pytest does not support Jython 2.5.3 and 2.7. I put some links below:

Re: [Sikuli-driver] [Question #664180]: Windows: Another program locked mouse actions

2018-02-09 Thread Tomáš Hák
Question #664180 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664180 Status: Answered => Solved Tomáš Hák confirmed that the question is solved: Yes, that is the problem. Game blocks mouse actions. But I think if the game blocks mouse action from SikuliX then I can write

Re: [Sikuli-driver] [Question #664253]: Import pytest library into the sikuli script

2018-02-09 Thread RaiMan
Question #664253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664253 Status: Open => Answered RaiMan proposed the following answer: check wether pytest is Jython compatible (Python language only, no C-based library stuff) and read:

[Sikuli-driver] [Question #664253]: Import pytest library into the sikuli script

2018-02-09 Thread sam
New question #664253 on Sikuli: https://answers.launchpad.net/sikuli/+question/664253 Hello, I am trying to run a simple Sikuli script that open an App and then using pytest library to check if the app is open or not. However, Sikuli gives me this error:"No module named pytest". Basically, it

Re: [Sikuli-driver] [Question #664180]: Windows: Another program locked mouse actions

2018-02-09 Thread RaiMan
Question #664180 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664180 RaiMan proposed the following answer: Try to run the script from a commandline you have opened as admin (context menu of command line open button). If this does not help: some games have measures to block

Re: [Sikuli-driver] [Question #664180]: Windows: Another program locked mouse actions

2018-02-09 Thread Tomáš Hák
Question #664180 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664180 Tomáš Hák posted a new comment: Yes the other program blockes mouse actions generally. But I want to know if it is possible to unblock. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #664180]: Windows: Another program locked mouse actions

2018-02-09 Thread RaiMan
Question #664180 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/664180 RaiMan proposed the following answer: Sorry for the unnecessary question about Windows version, you mentioned it already :-( So your frontmost app moves the mouse, while SikuliX is running a script. If