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

RaiMan proposed the following answer:
basic Python: \ has to be escaped or use raw string

type("1461890665807.png", "C:\\temp\\test.ear")

or

type("1461890665807.png", r"C:\temp\test.ear")

-- 
You received this question notification because your team Sikuli Drivers
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