sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58955
[Question #707123]: [utf-8] Can't print single sentence
New question #707123 on SikuliX:
https://answers.launchpad.net/sikuli/+question/707123
Hi !
Problem with this code ;
a="tést"
b="test"
print(b)
print(a)
print("tést")
When i run it all (CTRL+R), everything print normaly (output is "test tést tést").
But when i run only the last line (CTRL+MAJ+R) i've got this error :
[error] JythonRunner: runPython: (
print("tést")
) raised: SyntaxError: Illegal character in file '<string>' for encoding 'utf-8'
How can i fix this ? Thanks !
Path to file is : "C:\Users\xnyb537\Documents\workspace\Git\sikulix_sytm\scenarii\test.sikuli\test.py"
Sikulix2.0.5-win
Win 10
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.