Re: [Sikuli-driver] [Question #587872]: [1.1.1] copy contents of excel cell to webpage --- use module xlrd and paste

2017-03-25 Thread Rob Ward
Question #587872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/587872 Status: Answered => Open Rob Ward is still having a problem: Does xlrd work with Office 2010 or later versions? Or should I be using xlsxwriter or openpyxl to open the spreadsheets? I

Re: [Sikuli-driver] [Question #587872]: [1.1.1] copy contents of excel cell to webpage --- use module xlrd and paste

2017-03-24 Thread Rob Ward
Question #587872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/587872 Rob Ward posted a new comment: BTW, did you notice that I had a problem writing to SikuliX with a test macro? The console disappeared in the middle of my writing of a macro, and I was unable tolocate

Re: [Sikuli-driver] [Question #587872]: [1.1.1] copy contents of excel cell to webpage --- use module xlrd and paste

2017-03-24 Thread Rob Ward
Question #587872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/587872 Status: Answered => Open Rob Ward is still having a problem: Actually I am very aware of how to cut and paste, but the issue is that my project requires the transfer of well over a thousand reco

[Sikuli-driver] [Question #587872]: Can you suggest a way to copy contents of excel cell to webpage.

2017-03-23 Thread Rob Ward
New question #587872 on Sikuli: https://answers.launchpad.net/sikuli/+question/587872 I've watched the tutorials, but I noticed there is no obvious way to copy the text contents of an Excel cell to a web page. In some ways this might actually end up being a recorded macro, as opposed to a

[Sikuli-driver] [Question #578407]: I have installed both Java and SikuliX on Windows 7 but the "console" does not come up. The program appears to run, but no console is visible.

2017-03-20 Thread Rob Ward
New question #578407 on Sikuli: https://answers.launchpad.net/sikuli/+question/578407 I am running Sikulix on a Windows 7 Ultimate platform. My intention was to use it to program a macro to add potentially 1000's of data entries from an Excel spreadsheet to an existing web page. In short an

[Sikuli-driver] [Bug 1532730] Re: [1.1.0] IDE: image files are deleted when saving script with existing same name (using Save As)

2016-02-25 Thread Rob QA Bluebeam
Actually we figured this out- it was as a result of having a missing " at the end of a string. Everything after that was considered garbage and was deleted upon restarting the IDE. I turned off the setting where it deletes unused images. That solved my issue. I think this is maybe related to what

[Sikuli-driver] [Bug 1532730] Re: [1.1.0] IDE: image files are deleted when saving script with existing name (overwrite)

2016-02-24 Thread Rob QA Bluebeam
We are experiencing something like this; it seems when we got to a certain amount of images (somewhere in the 30-40 range, maybe more) in one sikuli folder then when the IDE is started it deletes somewhere around 28 images from that folder. We had to split off a lib script to solve the problem,

Re: [Sikuli-driver] [Question #270173]: Any method to send mouse event(like win32gui.SendMessage) without mouse action

2015-08-11 Thread rob barlow
Question #270173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270173 rob barlow posted a new comment: reg = selectRegion() # while True: reg.mouseDown(Button.LEFT) mouseUp() wait(3) I tried doing the same but it only clicks in the region if the mouse was in reg

Re: [Sikuli-driver] [Question #269783]: onappear qeustion

2015-07-29 Thread rob barlow
Question #269783 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269783 Description changed to: Latest verion of java. sikuli 1.1.0 Im getting to grips with sikuli well almost. So i decided to play around with other bits to see if they would work better in my script. Onappear

[Sikuli-driver] [Question #269783]: onappear qeustion

2015-07-29 Thread rob barlow
New question #269783 on Sikuli: https://answers.launchpad.net/sikuli/+question/269783 Im getting to grips with sikuli well almost. So i decided to play around with other bits to see if they would work better in my script. Onappear is giving me trouble an im sure its down to me not understanding

Re: [Sikuli-driver] [Question #269003]: Is there any way to prompt user with a pop-up saying Please do not click on screen and run sikuli script in background.

2015-07-08 Thread rob barlow
Question #269003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269003 rob barlow posted a new comment: I use this in my script dont know if it will help you... If the mouse s moved it kinda pause the script for me. while True: StartPosition = Env.getMouseLocation

[Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread rob barlow
New question #268932 on Sikuli: https://answers.launchpad.net/sikuli/+question/268932 I've trying out the select() function and am little confused. Im trying to have it pop up in part of the script an wait. So user can click return to go back to main selection or exit altogether. Im guessing

Re: [Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread rob barlow
Question #268932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268932 rob barlow posted a new comment: I found a work around to what I wanted to do. Env.addhotkey(Key.ESC,0,Quit) # ESC not used in game Setings.Dquit = 1 def Quit(event): Settings.Dquit =5 then in any

Re: [Sikuli-driver] [Question #268932]: select() question

2015-07-06 Thread rob barlow
Question #268932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268932 Status: Answered = Solved rob barlow confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #268731]: advice on GUi

2015-07-01 Thread rob barlow
New question #268731 on Sikuli: https://answers.launchpad.net/sikuli/+question/268731 I need advice , pointers. I dont have any knowledge of programming, aprt from messing with AHK and of cos Sikuli. I've managed to do a reasonable script for a game i play , clicker heroes. I'd like to add a

Re: [Sikuli-driver] [Question #268731]: advice on GUi

2015-07-01 Thread rob barlow
Question #268731 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268731 rob barlow posted a new comment: I'd like maybe 5 main buttons So when my main script is running if i want save game i click save an it run def Save-game another one would be for tellting the script

Re: [Sikuli-driver] [Question #268731]: advice on GUi

2015-07-01 Thread rob barlow
Question #268731 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268731 rob barlow posted a new comment: thank you very much for ur time... I shall have a play around and see what i can do dont work to hard. :) -- You received this question notification because you

[Sikuli-driver] [Question #268526]: detectng mouse in region

2015-06-25 Thread rob barlow
New question #268526 on Sikuli: https://answers.launchpad.net/sikuli/+question/268526 Im new to Sikuli and programming too, so im learning as I go. I have so many questions to ask an much to learn. Im trying do a script for Clicker Heroes. i have it mostly working. I made two regions

Re: [Sikuli-driver] [Question #268526]: detectng mouse in region

2015-06-25 Thread rob barlow
Question #268526 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268526 rob barlow 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 contact

Re: [Sikuli-driver] [Question #268526]: detectng mouse in region

2015-06-25 Thread rob barlow
Question #268526 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268526 Status: Answered = Solved rob barlow confirmed that the question is solved: Thank you that worked and for the speedy reply. -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #265139]: error while import xlrd

2015-04-13 Thread rob
Question #265139 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265139 Status: Open = Solved rob confirmed that the question is solved: i think this is related to the fact that i was using java 6. installing java 7 resolved the issue. -- You received this question

[Sikuli-driver] [Question #265139]: error while import xlrd

2015-04-13 Thread rob
New question #265139 on Sikuli: https://answers.launchpad.net/sikuli/+question/265139 im getting the following error when i try to import xlrd. this traceback is from 1.0.1 but i had the same problem on 1.1.0: import xlrd Traceback (most recent call last): File stdin, line 1, in module

[Sikuli-driver] [Question #256650]: Search Pattern from a click image

2014-11-02 Thread Rob Morgan
New question #256650 on Sikuli: https://answers.launchpad.net/sikuli/+question/256650 I currently have a function that clicks an image, then does whatever. I run this multiple times on a screen because the screen changes a lot. A findall would not work because of the many changes. My

Re: [Sikuli-driver] [Question #256650]: Search Pattern from a click image

2014-11-02 Thread Rob Morgan
Question #256650 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256650 Rob Morgan 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 contact

Re: [Sikuli-driver] [Question #256650]: Search Pattern from a click image

2014-11-02 Thread Rob Morgan
Question #256650 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256650 Status: Answered = Solved Rob Morgan confirmed that the question is solved: ok, I'll come up with something.Keep up the great work! thanks -- You received this question notification because you

[Sikuli-driver] [Question #253346]: Can sikulli read charts ?

2014-08-20 Thread Rob
New question #253346 on Sikuli: https://answers.launchpad.net/sikuli/+question/253346 I am following singing lessons. To help me get feedback, I use the Canta software. This tool shows in a graph what I was supposed to sing and what I have actually sang.

Re: [Sikuli-driver] [Question #253346]: Can sikuli read charts ?

2014-08-20 Thread Rob
Question #253346 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253346 Summary changed to: Can sikuli read charts ? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1326919] [NEW] [1.1 beta] in the ide syntax coloring doesn't work for triple quoted strings spanning more than 1 line

2014-06-05 Thread rob
Public bug reported: sikuli version: 1.1.0-Beta1 OS: windows 7 32-bit, windows 8.1-64 bit in the ide only the first line of a doc string is colored as a string. ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Sikuli-driver] [Bug 1316488] Re: [1.1.0-Beta1] Windows XP, Windows 7: problems with native library WinUtil.dll - SikuliX not useable

2014-05-10 Thread rob
i have the same issue running on win 8.1 64bit i will post the install log this afternoon. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1316488 Title: [1.1.0-Beta1] Windows XP, Windows 7:

[Sikuli-driver] [Bug 1316488] Re: [1.1.0-Beta1] Windows XP, Windows 7: problems with native library WinUtil.dll - SikuliX not useable

2014-05-10 Thread rob
here is the setup log [debug (5/6/14 11:14:17 PM)] Debug: setLogFile: C:\sikuliX\SikuliX-1.1.0-Beta1-SetupLog.txt [debug (5/6/14 11:14:17 PM)] RunSetup: Setup in: C:/sikuliX/ using: sikulixsetup-1.1.jar [debug (5/6/14 11:14:17 PM)] RunSetup: SikuliX Setup Build: 1.1.0-Beta1 2014-05-05-18

[Sikuli-driver] [Question #247612]: function to return the region between two other regions

2014-04-24 Thread rob
New question #247612 on Sikuli: https://answers.launchpad.net/sikuli/+question/247612 hello, i sometimes find myself wanting to search for an image between two other images so i made a function that returns a region between two other regions (sort of like an intersection, but i guess not

Re: [Sikuli-driver] [Question #247612]: function to return the region between two images

2014-04-24 Thread rob
Question #247612 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247612 Summary changed to: function to return the region between two images -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #247422]: How To Resolve cannot open system clipboard error

2014-04-22 Thread rob
Question #247422 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/247422 rob posted a new comment: i think he means try something like - for line in open('path-to-your-file.csv'): print line i was getting the same error using Env.getClipboard() to read html using view source

[Sikuli-driver] [Question #243573]: trouble with checkbox pop

2014-02-07 Thread rob
New question #243573 on Sikuli: https://answers.launchpad.net/sikuli/+question/243573 hello, i would like to make a popup that pauses the script and waits for the user to select some checkboxes and then continue the script once the user clicks the ok button. just like input() in sikuli only

Re: [Sikuli-driver] [Question #243573]: trouble with checkbox popup

2014-02-07 Thread rob
Question #243573 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243573 Summary changed to: trouble with checkbox popup -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #237709]: Installtion on Windows 8

2013-10-22 Thread rob
Question #237709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237709 rob posted a new comment: i can confirm that the normal setup process works for windows 8. however as far as i know you must use the 32 bit version as there is no compatible 64 bit java for windows 8

Re: [Sikuli-driver] [Question #237709]: [1.0.1] Installtion on Windows 8

2013-10-22 Thread rob
Question #237709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/237709 rob posted a new comment: it runs from the desktop, you're correct. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #237595]: [1.0.1] help using App.focus() from inside a class

2013-10-18 Thread rob
New question #237595 on Sikuli: https://answers.launchpad.net/sikuli/+question/237595 im trying to make a simple controller for ie9 that i can use for testing and parsing information from webpages. the idea is that i would use the controller class to control a browser window and call webpage

[Sikuli-driver] [Question #236975]: [1.0.1] cant open ide after script name change

2013-10-07 Thread rob
New question #236975 on Sikuli: https://answers.launchpad.net/sikuli/+question/236975 i changed the names of several .sikuli folders and the .py files inside them from windows explorer. some of the scripts were open in the ide when i made the changes, so i closed the ide and now i cant reopen

Re: [Sikuli-driver] [Question #236975]: [1.0.1] cant open ide after script name change

2013-10-07 Thread rob
Question #236975 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236975 rob gave more information on the question: also, i can still run an interactive session using runIDE -i -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #236975]: [1.0.1] cant open ide after script name change

2013-10-07 Thread rob
Question #236975 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236975 Status: Open = Solved rob confirmed that the question is solved: nevermind. i deleted some registry entries and got it back up again. HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\sikuli\ide

Re: [Sikuli-driver] [Question #236745]: [1.0.1] cant import urlparse --- scripts should not have same name as imported stuff

2013-10-04 Thread rob
Question #236745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236745 Status: Open = Solved rob confirmed that the question is solved: i reinvented the wheel on this and im just using a homebrewed url parser. -- You received this question notification because you

Re: [Sikuli-driver] [Question #236745]: [1.0.1] cant import urlparse --- scripts should not have same name as imported stuff

2013-10-03 Thread rob
Question #236745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236745 Status: Answered = Open rob is still having a problem: i only ran that script as a test, i have the same problem regardless of the script name PS C:\Users\rgonzales.TEAMPOSTOP runIDE -d 3 -c -r C

[Sikuli-driver] [Question #236745]: [1.0.1] cant import urlparse with ide

2013-10-02 Thread rob
New question #236745 on Sikuli: https://answers.launchpad.net/sikuli/+question/236745 trying to import urlparse gives me an ImportError when i try to run scripts from the IDE or the commandline. i am able to import urlparse in an interactive session without problems. this is the error message

Re: [Sikuli-driver] [Question #236745]: [1.0.1] cant import urlparse with ide

2013-10-02 Thread rob
Question #236745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236745 Status: Needs information = Open rob gave more information on the question: PS C:\Users\rgonzales.TEAMPOSTOP runIDE -d 3 -c -r C:\Users\rgonzales.TEAMPOSTOP\Desktop\oxp\urlpa rse.sikuli +++ running

Re: [Sikuli-driver] [Question #236590]: Python: how to import win32gui --- not possible because it is C-based

2013-09-30 Thread rob
Question #236590 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236590 rob posted a new comment: are there any modules equivalent or similar to win32 that are usable? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #236482]: can you tell the OCR its just looking for numbers

2013-09-27 Thread rob
Question #236482 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236482 rob proposed the following answer: as a work around you can make a translation table and set I = 1, l = 1, o = 0, O = 0, etc. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #235635]: Improvement in OCR recognition with small images

2013-09-12 Thread rob
Question #235635 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235635 rob posted a new comment: i would like to experiment with this, but im not clear on how or where to implement these changes. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #235496]: [1.0.1 fixed September 12] imported images not found on 2nd script run

2013-09-12 Thread rob
Question #235496 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235496 Status: Answered = Solved rob confirmed that the question is solved: it works! thank you RaiMan, your the best. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #235496]: [1.0.1] imported images not found on 2nd script run

2013-09-11 Thread rob
Question #235496 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235496 rob posted a new comment: can you make the September 1st version available for offline installation? i cant do the regular install for security reasons. -- You received this question notification because

Re: [Sikuli-driver] [Question #235496]: [1.0.1] imported images not found on 2nd script run

2013-09-11 Thread rob
Question #235496 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235496 rob posted a new comment: thanks. i will download the new versions and report back. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #235496]: [1.0.1] imported images not found on 2nd script run

2013-09-11 Thread rob
Question #235496 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235496 rob posted a new comment: is FAQ #2363 where im supposed to get the offline september 1 version? it says august 20 -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Bug 1223587] Re: Windows dragDrop an Explorer Window

2013-09-10 Thread rob
are you trying to drag from the top left corner? because there some places near the top left corner from which you cant drag windows in windows 7. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Question #235496]: [1.0.1] imported images not found on 2nd script run

2013-09-10 Thread rob
New question #235496 on Sikuli: https://answers.launchpad.net/sikuli/+question/235496 im trying to run a script which depends on images stored in an imported .sikuli. the first time i run the script from the ide it works as expected. the second time i get the following error message: [error]

Re: [Sikuli-driver] [Question #235496]: [1.0.1] imported images not found on 2nd script run

2013-09-10 Thread rob
Question #235496 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235496 rob gave more information on the question: i just ran runSetup.cmd and selected option 2 to see if the same thing would happen from the command line and happily i'm only getting this error when running

Re: [Sikuli-driver] [Question #235276]: [1.0] NoClassDefFoundError

2013-09-09 Thread rob
Question #235276 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235276 Status: Answered = Solved rob confirmed that the question is solved: so at the office, from my work desktop, i did steps 1 through 3a and 3b. when i double clicked the sikuli-setup.jar i got a pop up

[Sikuli-driver] [Question #235426]: [1.0.1] Import Vision error

2013-09-09 Thread rob
New question #235426 on Sikuli: https://answers.launchpad.net/sikuli/+question/235426 i just upgraded to the new version 1.0.1 and I'm getting errors in some of my old scripts. here is the code, up to the line that fails: from sikuli import * import re from java.awt import Toolkit from

Re: [Sikuli-driver] [Question #235276]: [1.0] NoClassDefFoundError

2013-09-07 Thread rob
Question #235276 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235276 rob posted a new comment: i tried doing an offline installation but when i ran Setup.jar i got a corrupt jar file error pop up message. i use the same os and have the same version of java installed at home

[Sikuli-driver] [Bug 1221627] Re: [request] want to be able to deal with mousepointer (status, current icon, ...)

2013-09-06 Thread rob
the ability to detect changes in the mouse pointer would be a wonderful tool for me as well. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1221627 Title: [request] want to be able to deal with

[Sikuli-driver] [Question #235276]: [1.0] NoClassDefFoundError

2013-09-06 Thread rob
New question #235276 on Sikuli: https://answers.launchpad.net/sikuli/+question/235276 hello, i tried installing sikuli 1.0 on a windows 7 64-bit machine with 32-bit java 6 installed. i added C:\Sikuli-IDE-1.0.0-Win32;C:\Sikuli-IDE-1.0.0-Win32\libs; as the environment variables and i got the

Re: [Sikuli-driver] [Question #235276]: [1.0] NoClassDefFoundError

2013-09-06 Thread rob
Question #235276 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235276 Status: Answered = Open rob is still having a problem: i downloaded the jar and put it in C:\sikuliX when i tried to run it i got a corrupt jar file error. i'm behind a firewall, and i have local admin

Re: [Sikuli-driver] [Question #235276]: [1.0] NoClassDefFoundError

2013-09-06 Thread rob
Question #235276 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235276 rob posted a new comment: i guess it must have something to do with the security settings in place at my office, because i got home and installed version 1.0.1 just fine. -- You received this question

Re: [Sikuli-driver] [Question #234486]: Region area manipulation. How does that work?

2013-08-23 Thread rob
Question #234486 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234486 rob posted a new comment: M = Match R = Region @S(0) = Screen 0 your main screen S:1.00 = similarity score. in this case, a 100% match center:162,404 = the screen coords of the center of the match im

Re: [Sikuli-driver] [Question #191813]: get error when running simple script

2012-03-29 Thread Rob German
Question #191813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191813 Rob German posted a new comment: the -w.bat did work. thanks! curious...why did this work and not the exe file? -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #191813]: get error when running simple script

2012-03-27 Thread Rob German
New question #191813 on Sikuli: https://answers.launchpad.net/sikuli/+question/191813 I would greatly appreciate any help in getting Sikuli to run a script. I have a feeling it's a problem with the environmental variables, but I can't seem to figure out what the issue is. thank you! here are

Re: [Sikuli-driver] [Question #191813]: get error when running simple script

2012-03-27 Thread Rob German
Question #191813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191813 Status: Needs information = Open Rob German gave more information on the question: I installed this: Sikuli-X-1.0rc3 (r905)-win32.exe to be clear, do I have to create a new system path? I'm