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.

_______________________________________________
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