Re: [Sikuli-driver] [Question #242049]: List the current process/application the system running

2014-01-15 Thread RaiMan
Question #242049 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242049 RaiMan posted a new comment: @ obiwan-92 dragonfly cannot be used with Sikuli directly (via import), because it internally is based on C-Types (access to win32 API). In Sikuli only Python modules can be

Re: [Sikuli-driver] [Question #242206]: write os.system generated message to csv-file

2014-01-15 Thread obiwan-92
Question #242206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242206 Status: Open = Answered obiwan-92 proposed the following answer: Hello, Like RaiMan said, t1 = time.strftime(%Y-%m-%d %H:%M:%S) # return the time system and save it in the local variable t1 Regards.

Re: [Sikuli-driver] [Question #242206]: write os.system generated message to csv-file

2014-01-15 Thread RaiMan
Question #242206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242206 RaiMan proposed the following answer: os.system() executes the given command, but does not return the content of stdout, but only the return code of the executed command. So in your case the date string is

Re: [Sikuli-driver] [Question #239157]: Setup fails even with local copies of downloads

2014-01-15 Thread RaiMan
Question #239157 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239157 RaiMan posted a new comment: @hgpayne see faq 2363 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #237151]: How to run multiple Sikuli scripts in a row using a Batch file

2014-01-15 Thread RaiMan
Question #237151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237151 RaiMan posted a new comment: This error message only makes sense, if at time of executing this command the %SIKULI_IDE_PATH% is empty How are you using thus command? -- You received this question

Re: [Sikuli-driver] [Question #242206]: write os.system generated message to csv-file

2014-01-15 Thread obiwan-92
Question #242206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242206 obiwan-92 proposed the following answer: Hello, If you really want the result of your command try this : import subprocess as sub p = sub.Popen(echo $(date +'%Y-%m-%d

Re: [Sikuli-driver] [Question #241932]: Problem with sikuli when integrating it with selenium webdiver java

2014-01-15 Thread paridhi mittal
Question #241932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241932 Status: Solved = Open paridhi mittal is still having a problem: I followed your link ..It helped to to solve problem of missing native library error. I selected option 4 from setup the libs folder

Re: [Sikuli-driver] [Question #242206]: write os.system generated message to csv-file

2014-01-15 Thread RaiMan
Question #242206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242206 RaiMan proposed the following answer: @obiwan-92 With subprocess.Popen() you have to either use a list of strings building the command line with the first being the program to run or one string, that is

Re: [Sikuli-driver] [Question #241932]: Problem with sikuli when integrating it with selenium webdiver java

2014-01-15 Thread paridhi mittal
Question #241932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241932 Status: Answered = Solved paridhi mittal confirmed that the question is solved: I followed your link ..It helped to to solve problem of missing native library error. I selected option 4 from setup the

Re: [Sikuli-driver] [Question #241932]: Problem with sikuli when integrating it with selenium webdiver java

2014-01-15 Thread RaiMan
Question #241932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241932 Status: Open = Answered RaiMan proposed the following answer: Ok, it seems, that Sikuli is working now. You problem is daily life with Sikuli: Sikuli did not find the given image within the standard

Re: [Sikuli-driver] [Question #242206]: write os.system generated message to csv-file

2014-01-15 Thread Peter Samulat
Question #242206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242206 Status: Answered = Solved Peter Samulat confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #241932]: Problem with sikuli when integrating it with selenium webdiver java

2014-01-15 Thread RaiMan
Question #241932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241932 Status: Open = Needs information RaiMan requested more information: if you like, you can send me all the stuff zipped together silently to my mail at https://launchpad.net/~raimund-hocke: - the java

Re: [Sikuli-driver] [Question #237151]: How to run multiple Sikuli scripts in a row using a Batch file

2014-01-15 Thread Keyur
Question #237151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237151 Keyur posted a new comment: Running %SIKULI_IDE_PATH% -r %PATH_TO_.SIKULI% works perfectly. It only gives that error when prepended with START /i /b /WAIT However, on investigating some more, as indicated

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread J Martinez
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 Status: Answered = Open J Martinez is still having a problem: Thank you so much for the response. I did the manual install for option 2. (The auto install didn't work) I rechecked this morning. Still

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread J Martinez
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 Status: Needs information = Open J Martinez gave more information on the question: Don't leave it open on my account, I have a work-around. However, I would be happy to help trouble-shoot the issue if

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread RaiMan
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 Status: Open = Needs information RaiMan requested more information: Since you apparently are a Python user: Any settings in environment, that point to Python stuff and so might irritate the Jython

Re: [Sikuli-driver] [Question #242258]: visual calculator button need help

2014-01-15 Thread Ninja Mustang
Question #242258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242258 Description changed to: hello, I have a myfile.txt containing some values, example: pricequantity 1.99 2 3.49 20 0.99 15 I'd like to open the calculator from Windows. So

[Sikuli-driver] [Question #242258]: visual calculator button need help

2014-01-15 Thread Ninja Mustang
New question #242258 on Sikuli: https://answers.launchpad.net/sikuli/+question/242258 hello, I have a myfile.txt containing some values, example: pricequantity 1.99 2 3.49 20 0.99 15 I'd like to open the calculator from Windows. So the keypads are there. I'd

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread J Martinez
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 J Martinez gave more information on the question: In my windows environment the only thing that has anything to do with python is my PATH variable. Could that irritate jython? I'm not aware of any python

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread RaiMan
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread RaiMan
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 Status: Open = Answered RaiMan proposed the following answer: Ok, thanks for now. When I am on Windows again the next days, I will check and eventually come back. -- You received this question

Re: [Sikuli-driver] [Question #242258]: visual calculator button need help

2014-01-15 Thread Ninja Mustang
Question #242258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242258 Description changed to: hello, I'm trying to simulate a calculator by adding a bunch of numbers from a file. I have a myfile.txt containing some values, example: pricequantity 1.99 2 3.49

Re: [Sikuli-driver] [Question #242258]: visual calculator button need help

2014-01-15 Thread Ninja Mustang
Question #242258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242258 Ninja Mustang posted a new comment: I like your solution! Thanks -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #242258]: visual calculator button need help

2014-01-15 Thread Ninja Mustang
Question #242258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242258 Ninja Mustang confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #242258]: visual calculator button need help

2014-01-15 Thread RaiMan
Question #242258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242258 Status: Open = Answered RaiMan proposed the following answer: I do not understand, why this complexity is needed. keys = (img0, img1, ..., img9) # a list of the images ... now if you want to click the

Re: [Sikuli-driver] [Question #242258]: visual calculator button need help

2014-01-15 Thread Ninja Mustang
Question #242258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242258 Status: Answered = Solved Ninja Mustang confirmed that the question is solved: actually i got it, it's probably not good but it worked. I used if the read value is 0, then click img0. if (val == 0):

Re: [Sikuli-driver] [Question #242258]: visual calculator button need help

2014-01-15 Thread Ninja Mustang
Question #242258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242258 Ninja Mustang posted a new comment: I think a better question would be, how do I reference a value to an image? such as 9 would go and click(img9) -- You received this question notification because you are

Re: [Sikuli-driver] [Question #242220]: support for ftplib

2014-01-15 Thread J Martinez
Question #242220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242220 Status: Answered = Open J Martinez is still having a problem: Tks -Original Message- From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of RaiMan Sent: Wednesday, January 15,

Re: [Sikuli-driver] [Question #239157]: Setup fails even with local copies of downloads

2014-01-15 Thread hgpayne
Question #239157 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239157 hgpayne posted a new comment: I had the proper version already. The problem was my failure to understand the instructions. I had to place the downloaded jar files in directory literally named Downloads for

Re: [Sikuli-driver] [Question #239157]: Setup fails even with local copies of downloads

2014-01-15 Thread RaiMan
Question #239157 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239157 RaiMan posted a new comment: thanks for feedback. version 1.1.0 will have some enhancements in this area too ;-) -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Bug 1240001] Re: [1.0.1] grayscale shots always result in score 1.0 if they do not contain real black or white elements

2014-01-15 Thread Dumas
Thanks a lot Raiman and happy new year, Best regards, Pierre Dumas Date: Sun, 12 Jan 2014 14:14:08 + From: rmhdeve...@me.com To: pierred...@hotmail.fr Subject: [Bug 1240001] Re: [1.0.1] grayscale shots always result in score 1.0 if they do not contain real black or white elements

[Sikuli-driver] [Bug 1269650] [NEW] getBundlePath() adds extra slash at end in version 1.0.1

2014-01-15 Thread Zhe Zhou
Public bug reported: Using getBundlePath() yields /path/to/bundle.sikuli/ as opposed to /path/to/bundle.sikuli, which was the behavior in previous versions. Because of this change, os.path.dirname(getBundlePath()) stops giving you /path/to and instead gives you '/path/to/bundle.sikuli, which a

[Sikuli-driver] [Question #242279]: sikuli $py.class file

2014-01-15 Thread UNCCheezy
New question #242279 on Sikuli: https://answers.launchpad.net/sikuli/+question/242279 What is this file for? Does it get created everytime sikuli imports a sikuli.py? for SVN should it be checked in? Or can I do without it as it gets created at runtime? -- You received this question

Re: [Sikuli-driver] [Question #241932]: Problem with sikuli when integrating it with selenium webdiver java

2014-01-15 Thread paridhi mittal
Question #241932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241932 Status: Needs information = Open paridhi mittal gave more information on the question: Let me give one more try if it dint worked ill mail u.. Before that can u check this link www.thecharmworks.com ?

Re: [Sikuli-driver] [Question #242288]: How to import sikuli file but not run it immediately?

2014-01-15 Thread Test
Question #242288 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242288 Description changed to: I can import sikuli files all fine, but how do I import the file but not be forced to run it immediately upon importing it? This results in my program running the files once through,

[Sikuli-driver] [Question #242288]: How to import sikuli file but not run it immediately?

2014-01-15 Thread Test
New question #242288 on Sikuli: https://answers.launchpad.net/sikuli/+question/242288 I can import sikuli files all fine, but how do I import the file but not be forced to run it immediately upon importing it? This results in my program running the files once through, when in actuality they

Re: [Sikuli-driver] [Question #241932]: Problem with sikuli when integrating it with selenium webdiver java

2014-01-15 Thread paridhi mittal
Question #241932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241932 paridhi mittal gave more information on the question: I have mailed you on mail-id rmhdeve...@me.com Thanks Paridhi -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #242279]: sikuli $py.class file

2014-01-15 Thread obiwan-92
Question #242279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/242279 Status: Open = Answered obiwan-92 proposed the following answer: Hello, It's an automatic generated file, you can delete it without any problems. Don't need to be add in SVN. Regards. -- You