Question #172679 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/172679

RaiMan proposed the following answer:
I just tested on my Win7 64Bit with the latest build from 
http://sikuli.org/hudson
(it is a zip. unzip and replace the contents of folder Sikuli X with content of 
Sikuli-IDE from zip)

I had no problem starting FF7 with:
ff = r"c:\Program Files (x86)\Mozilla Firefox\firefox.exe"
openApp(ff)

--- os.system
yes, this works too. "same" solution.
ff = r'"c:\Program Files (x86)\Mozilla Firefox\firefox.exe"'
openApp(ff)
# mind the additional single apostrophes.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to