[Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
New question #692219 on Sikuli: https://answers.launchpad.net/sikuli/+question/692219 Once check my small code and tell whats wrong in it? how can i achieve it click(Region(47,721,39,47)) wait(2) type("date +%H.%M") type(Key.ENTER) a = Region(1,48,57,22).text() TIME = a if TIME < 12.45: print("

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread masuo
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 Status: Open => Answered masuo proposed the following answer: Variable "TIME" is string. Convert "TIME" to floating variable "fTime" for example. And compare "fTime" and "12.45". -- You received this q

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread RaiMan
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 RaiMan proposed the following answer: Generally: Python variables should start with a lowercase letter and consist only of letters numbers and underscore. First trial with Region().text() is not recommended,

Re: [Sikuli-driver] [Question #692206]: Best install method for linux mint ver20?

2020-08-05 Thread RaiMan
Question #692206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692206 Status: Open => Answered RaiMan proposed the following answer: seems you do not have Jython available and are running as JavaScript. see: https://raiman.github.io/SikuliX1/downloads.html -- You receiv

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread masuo
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 masuo posted a new comment: @RaiMan You are very kind to beginners. (^^)v -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread RaiMan
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 RaiMan posted a new comment: @masuo sometimes, yes ;-) mostly in cases, where I want to check my own knowledge :-)) -- You received this question notification because your team Sikuli Drivers is an answer c

Re: [Sikuli-driver] [Question #692206]: Best install method for linux mint ver20?

2020-08-05 Thread arminius
Question #692206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692206 Status: Answered => Open arminius is still having a problem: That's probably the problem, when I downloaded "jython-standalone-2.7.1.jar" nothing happened when I ran it, and yes I made it executable. So

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 Status: Answered => Solved Prabhas Koya confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 Prabhas Koya posted a new comment: RAI MAN YOU ARE AWESOME timeNow = float(time.strftime("%H.%M")) print "timeNow =", timeNow THIS SOLVED MY QUESTION -- You received this question notification because your

Re: [Sikuli-driver] [Question #692206]: Best install method for linux mint ver20?

2020-08-05 Thread RaiMan
Question #692206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692206 Status: Open => Answered RaiMan proposed the following answer: just follow the steps on the mentioned page and use version 2.0.4 in any case. Purge everything else from your system, that you have tried

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 Prabhas Koya posted a new comment: How can I run a script which synchronizes time ..That means what should I add to the code such that it synchronises time and runs in background,because I added a variable ti

Re: [Sikuli-driver] [Question #692219]: python sikuli issue

2020-08-05 Thread Prabhas Koya
Question #692219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692219 Prabhas Koya posted a new comment: How can I run a script which synchronizes time ..That means what should I add to the code such that it synchronises time and runs in background,because I added a variable ti

Re: [Sikuli-driver] [Question #692143]: [2.0.4] getting java.lang unknown exception when running any click() from IDE

2020-08-05 Thread leo.xiao
Question #692143 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692143 leo.xiao posted a new comment: Yeah... I think you are right. Some libraries might be probably missing with the OS (kind of simplified ) on my PC. Unfortunately there's no internet access when I work in the

Re: [Sikuli-driver] [Question #692143]: [2.0.4] getting java.lang unknown exception when running any click() from IDE

2020-08-05 Thread leo.xiao
Question #692143 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692143 Status: Answered => Solved leo.xiao confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answ

Re: [Sikuli-driver] [Question #692206]: Best install method for linux mint ver20?

2020-08-05 Thread arminius
Question #692206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692206 arminius posted a new comment: I give up, been trying for hours. Jython will not execute, it must not be compatible with this version of linux mint. I'll try again in a few months. Thanks for trying. -- Yo