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

2019-02-12 Thread ANTONIO CARLOS PAES NASCIMENTO
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 ANTONIO CARLOS PAES NASCIMENTO confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

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

2019-02-12 Thread RaiMan
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 Summary changed to: How to import cx_Oracle library into python SikuliX script --- not possible (C-based) --- workaround -- You received this question notification because your team Sikuli Drivers is an

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

2019-02-12 Thread RaiMan
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 Description changed to: *** workarounds see comment #3 following Hi guys, I'm trying to import cx_Oracle library into my python test

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

2019-02-12 Thread ANTONIO CARLOS PAES NASCIMENTO
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 Status: Answered => Solved ANTONIO CARLOS PAES NASCIMENTO confirmed that the question is solved: Good one hahah Now it works, thanks RaiMan (: I'll close this question! -- You received this question

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

2019-02-12 Thread RaiMan
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 RaiMan proposed the following answer: Add an extension? .exe? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2019-02-12 Thread ANTONIO CARLOS PAES NASCIMENTO
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 ANTONIO CARLOS PAES NASCIMENTO posted a new comment: Nice! It works, but now we've permission problems: [error] RunTimeIDE: fatal error: java.io.IOException: Cannot run program "C:\Users\BRX

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

2019-02-12 Thread RaiMan
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

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

2019-02-12 Thread ANTONIO CARLOS PAES NASCIMENTO
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 ANTONIO CARLOS PAES NASCIMENTO posted a new comment: Thanks man, I found this question https://answers.launchpad.net/sikuli/+question/286612 and I think this solve my problem, however when I run rour

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

2019-02-11 Thread RaiMan
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 RaiMan proposed the following answer: cx_Oracle only works with Python (C-based Python), but from there you cannot use SikuliX directly, but only with some Python-Java wrapping (like pyjnius). So if you

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

2019-02-11 Thread ANTONIO CARLOS PAES NASCIMENTO
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 ANTONIO CARLOS PAES NASCIMENTO posted a new comment: Hi RaiMan, First off all thanks for answering. And if I use another dev tool like Sublime and try to import sikulix inside that tool, or something in

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

2019-02-11 Thread RaiMan
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 Status: Open => Answered RaiMan proposed the following answer: Supposing the module cx_Oracle is in a place, where it can be found by SikuliX (containing folder is in sys.path). Sorry, but since

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

2019-02-11 Thread RaiMan
Question #678478 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678478 Summary changed to: How to import cx_Oracle library into python SikuliX script --- not possible (C-based) -- You received this question notification because your team Sikuli Drivers is an answer contact

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

2019-02-11 Thread ANTONIO CARLOS PAES NASCIMENTO
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]