Re: [Sikuli-driver] [Question #272353]: Importing Python library smtplib

2015-10-12 Thread RaiMan
Question #272353 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272353 Status: Open => Answered RaiMan proposed the following answer: Python is not relevant for SikuliX, since it internally uses the bundled Java based Jython interpreter. SikuliX only allows to run scripts

[Sikuli-driver] [Question #272353]: Importing Python library smtplib

2015-10-12 Thread Gary Yiu
New question #272353 on Sikuli: https://answers.launchpad.net/sikuli/+question/272353 I want to import the smtplib to the sikuli script I'm writing so Sikuli can send email automatically when the test is finished. However, I encounter a problem that Sikuli cannot find the smtplib module in Pyth

[Sikuli-driver] [Question #272349]: Sikuli is returning false when comparing image to that on screen

2015-10-12 Thread rich
New question #272349 on Sikuli: https://answers.launchpad.net/sikuli/+question/272349 I was able to compare png images to the screen till a couple of weeks back but suddenly the same piece of code is returning false, what could have gone wrong? I am using Sikuli4net. I have this code -

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-12 Thread Sam
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 Status: Answered => Solved Sam confirmed that the question is solved: @masuo You were correct. This combination only works when numlock is off. Thanks so much -- You received this question notificatio

Re: [Sikuli-driver] [Question #272223]: Can you highlight text with CTRL+Shift+RIGHT ?

2015-10-12 Thread Sam
Question #272223 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272223 Sam posted a new comment: Thanks RaiMan, I definitely could use Selenium. I'm hoping I can find another way to do it because I really only need to pull one piece of information from the webpage. If I can't f

Re: [Sikuli-driver] [Question #272000]: How to run sikuli script using eclipse

2015-10-12 Thread Nikki
Question #272000 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272000 Status: Needs information => Open Nikki gave more information on the question: Im using Jython Interpreter -- You received this question notification because your team Sikuli Drivers is an answer conta

[Sikuli-driver] [Bug 1504386] Re: [1.1.0] Win 7 64: Java 8: Could not load JIntellitype.dll

2015-10-12 Thread Sergio Missori
I had the same problem on a pc Windows7. Installing the final 1.1 It was not starting with the error WindowsHotkeyManager: JIntellitype problem. Reading the solution posted by RaiMan I was able to solve just removing the environment variables created from the old Sikuli X r930. -- You received t

Re: [Sikuli-driver] [Question #237032]: Problems building the Sikuli sources

2015-10-12 Thread leon
Question #237032 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237032 leon posted a new comment: Also looking for this kind of guides, can RaiMan take time to give us more details? Thank you. -- You received this question notification because your team Sikuli Drivers is an an

Re: [Sikuli-driver] [Question #272252]: Authority To Operate on a Government System needed

2015-10-12 Thread Paul
Question #272252 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272252 Status: Answered => Open Paul is still having a problem: Thanks for the assistance RaiMan. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2015-10-12 Thread leon
Question #272281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272281 Status: Answered => Solved leon confirmed that the question is solved: Looks like corporate file wall caused the issue, switch to another internal proxy, "mvn clean install" works. Thanks RaiMan! -- Yo

Re: [Sikuli-driver] [Question #272260]: name of image passed to function

2015-10-12 Thread RaiMan
Question #272260 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272260 Status: Open => Answered RaiMan proposed the following answer: rather easy to solve: # image is either string or Pattern imageName = image if isinstance(image, Pattern): imageName = image.getFilenam