← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #292731]: UnicodeDecodeError: 'unicodeescape' codec can't decode

 

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.