Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-13 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 RaiMan posted a new comment: No sorry, no troubling ;-) In Germany we have a saying: There are no stupid questions, only stupid answers. So I am happy, that my answers where of some help. All the best. --

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-13 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Joe Harris posted a new comment: Thanks alot. Sorry for troubling alot. got it finally :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact fo

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-13 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Answered => Solved Joe Harris confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driver

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-12 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Open => Answered RaiMan proposed the following answer: theFile = file(r"path-to-the-file-that-contains-the-email:pass-lines.txt") for line in theFile: line = line.strip() if len(line) ==

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-12 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Needs information => Open Joe Harris gave more information on the question: Okay. But How Do I Get strings from the file? Which are in. email:pass email:pass Style.? -- You received this ques

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-10 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Open => Needs information RaiMan requested more information: the suggestion is, to not copy from a notepad window, but from a file, that was setup and saved with notepad. So what about that? --

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-10 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Solved => Open Joe Harris is still having a problem: Still Figuring out how Do I copy logins from notepad? -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-10 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Answered => Solved Joe Harris confirmed that the question is solved: Still Figuring out how Do I copy logins from notepad? -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-05 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Open => Answered RaiMan proposed the following answer: No, this is not a bug. This is a somewhat cryptic error message meaning: file not found. if you open a file for reading by theFile = file(

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-05 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 RaiMan posted a new comment: Sorry, somehow lost this one. I will check and come back soon. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-05 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Joe Harris gave more information on the question: Is this is a bug? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-03 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Joe Harris gave more information on the question: I'm sorry forgot the errors again. ---1) When I use, theFile = file(r"C:\1.log.txt") for line in theFile: print line # prints the lines to the message ar

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-03 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Answered => Open Joe Harris is still having a problem: 1)Umm, It's weird, might be a bug. When I use, theFile = file(r"C:\1.log.txt") for line in theFile: print line # prints the lines to t

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-02 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Open => Answered RaiMan proposed the following answer: 1) one of my hobbies - currently I have the time 2) before pasting around and running apps, you should assure, that the basics are working

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-02 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Answered => Open Joe Harris is still having a problem: Thanks for the feedback. 1) How do you manage to answer so many peoples questions? :D 2) The Code didn't worked, run("notepad.exe") theFile

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-01 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Open => Answered RaiMan proposed the following answer: --- select email: look at the docs: http://sikuli.org/docx/globals.html#controlling-applications-and-their-windows --- read from notepad f

[Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-01 Thread Joe Harris
New question #163412 on Sikuli: https://answers.launchpad.net/sikuli/+question/163412 Hello. So I want Sikuli Login into email account by the login details present in a notepad file. Actually, Multiple Login details of the same account. I can manage the login and logout part. But how to make it