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

RaiMan proposed the following answer:
python = r"C:\Users\BRX
Retail\AppData\Local\Programs\Python\Python38-32\"

... a raw string can not end with a \

try:
python = r"C:\Users\BRX Retail\AppData\Local\Programs\Python\Python38-32"

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to