[Sikuli-driver] [Question #255254]: File not opening in program

2014-10-01 Thread Tyler
New question #255254 on Sikuli: https://answers.launchpad.net/sikuli/+question/255254 I am trying to open a file from a directory, edit the file, then move on to the next file. I can open the program, but the file never opens up in it. Here is my code thus far: openApp(C:\\Program Files

Re: [Sikuli-driver] [Question #255254]: File not opening in program

2014-10-01 Thread Eugene S
Question #255254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255254 Status: Open = Answered Eugene S proposed the following answer: Hi, Take a look at Python documentation in regards to how to open a file: https://docs.python.org/2/library/functions.html#open You must