← Back to team overview

sikuli-driver team mailing list archive

[Question #678478]: How to import cx_Oracle library into python SikuliX script

 

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

Hi guys,

I'm trying to import cx_Oracle library into my python test script inside sikulix, however I'm getting this error:

[error] script [ connect_and_print ] stopped with error at line --unknown--
[error] Error caused by: Traceback (most recent call last): File "C:\Users\BRX Retail\Desktop\Testes_automatic\connect_and_print.sikuli\connect_and_print.py", line 3, in <module> import cx_Oracle ImportError: No module named cx_Oracle 

My imports are:

import random
import org.sikuli.script.SikulixForJython
import cx_Oracle

Can you guys help me?

Thanks,

Antonio

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