← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #280903]: [1.1.0] java.lang.IllegalArgumentException: Cannot create PyString with non-byte value

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
LOL, you must have eagle eyes, to see the problem:

f.write(“Success")

carefully look at the opening apostrophe: that is illegal!

so this should work:
f.write("Success")

... but I just realized, that in the IDE “Success" is not colored as a
string - I have to admit: I did not see that either.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.