[Sikuli-driver] [Bug 1818514] Re: [request] make SikuliX available for Python (C-based real Python)

2019-03-08 Thread Tim B
I have to say, I am also very excited for this possibility (for pretty much the exact same reasons as @Dillon). Anxious to see what happens! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1818514

Re: [Sikuli-driver] [Question #272281]: Failed to execute goal on project sikulixapi on 64-bit Windows

2019-03-08 Thread VJ
Question #272281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272281 VJ posted a new comment: HI Raiman: Thank you for the insight.. thank you for developing a beautiful tool... I was trying to get this tool to work in Ubuntu, I posted by questions on :

[Sikuli-driver] [Question #679058]: Trying to get sikuli java-scripts running on Ubuntu through jenkins-maven

2019-03-08 Thread VJ
New question #679058 on Sikuli: https://answers.launchpad.net/sikuli/+question/679058 Few questions pertaining to this: - Do we need to prepare the linux/ubuntu environment for sikuli to work - Do we need to install sikuli software on Ubuntu or just using sikulixapi in our code is good

Re: [Sikuli-driver] [Question #679058]: Trying to get sikuli java-scripts running on Ubuntu through jenkins-maven

2019-03-08 Thread VJ
Question #679058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679058 VJ posted a new comment: I tried to use the following below in the pom.xml, com.sikulix sikulixapi 1.1.2

Re: [Sikuli-driver] [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-03-08 Thread matteoa
Question #679017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679017 matteoa gave more information on the question: Just a small addition: with the older version of Sikulix I have the second test script never has problems, even if Notepad++ is closed. I hope this helps...

Re: [Sikuli-driver] [Question #679030]: user.home error

2019-03-08 Thread jeffrey
Question #679030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679030 Status: Answered => Solved jeffrey confirmed that the question is solved: I've found what was the problem, we had right together! Despite the impersonnation to current user seems working fine (a

Re: [Sikuli-driver] [Question #272281]: Failed to execute goal on project sikulixapi on 64-bit Windows

2019-03-08 Thread RaiMan
Question #272281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272281 RaiMan posted a new comment: @VJ --- is another project than SikuliX org.sikuli sikuli-api --- latest SikuliX on Maven Central com.sikulix sikulixapi 1.1.2 --- newer snapshot versions on OSSRH

Re: [Sikuli-driver] [Question #679030]: user.home error

2019-03-08 Thread RaiMan
Question #679030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679030 Status: Open => Answered RaiMan proposed the following answer: sorry, but too special - so I cannot help you. apparently SikuliX does not behave as you expect in this situation. -- You received this

Re: [Sikuli-driver] [Question #679012]: send email when script stops at error or finishes

2019-03-08 Thread RaiMan
Question #679012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679012 RaiMan proposed the following answer: --- runScript("./test2.sikuli",exit(1)). not valid and hence excepts ;-) try: runScript("./test2.sikuli") exit(0) # processed if run ok except:

Re: [Sikuli-driver] [Question #679017]: Vnc app detected only at first attempt after Sikulix Ide launch

2019-03-08 Thread matteoa
Question #679017 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679017 Status: Answered => Open matteoa is still having a problem: I reproduced the problem with this script(Notepad++ was closed before the launch): chrExe = r"c:\Program Files (x86)\Notepad++\notepad++.exe"