← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678478]: How to import cx_Oracle library into python SikuliX script --- not possible (C-based)

 

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.