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 import cx_Oracle ImportError: No module named cx_Oracle
This is my code:
import random
import org.sikuli.script.SikulixForJython
import cx_Oracle
Do you guys have some ideas?