sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #05814
Re: [Question #172879]: setBundlePath when using Eclipse?
Question #172879 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/172879
Status: Open => Needs information
RaiMan requested more information:
setBundlePath("C:\path\to\script.sikuli")
only to be sure:
you either have to double the backslashes or use a raw string (which I prefer):
setBundlePath(r"C:\path\to\script.sikuli")
in any case: The path should not contain any blanks or non ascii
characters.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.