Re: [Sikuli-driver] [Question #645933]: How to import openpyxl module into Sikuli - not possible (C-based)

2017-07-03 Thread MPE
Question #645933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645933 Status: Answered => Solved MPE confirmed that the question is solved: Hi Raiman, I decided to use the xlrd and xlwt modules, which do exactly what I need. Thanks putting me on the right track! -- You

Re: [Sikuli-driver] [Question #645933]: How to import openpyxl module into Sikuli - not possible (C-based)

2017-07-03 Thread RaiMan
Question #645933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645933 RaiMan proposed the following answer: see the edit in the question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #645933]: How to import openpyxl module into Sikuli - not possible (C-based)

2017-07-03 Thread RaiMan
Question #645933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645933 Summary changed to: How to import openpyxl module into Sikuli - not possible (C-based) Description changed to: - workaround Since openpyxl depends on numpy and pandas it cannot be imported

Re: [Sikuli-driver] [Question #645933]: How to import openpyxl module into Sikuli

2017-07-02 Thread MPE
Question #645933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645933 MPE posted a new comment: Hi Raiman, Many thanks for the answer. Do you mean to say that I can't import openpyxl into sikuli? -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #645933]: How to import openpyxl module into Sikuli

2017-07-02 Thread RaiMan
Question #645933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/645933 Status: Open => Answered RaiMan proposed the following answer: Modules to be imported in SikuliX environment (Jython/Java based) must be Python code only. If any parts are C-based, import will not

[Sikuli-driver] [Question #645933]: How to import openpyxl module into Sikuli

2017-07-02 Thread MPE
New question #645933 on Sikuli: https://answers.launchpad.net/sikuli/+question/645933 I would like to use the openpyxl module in Sikuli to process sheet-data into a web-application. I just can't seem to find a good way to import it into Sikuli. What are the steps and prerequisites needed to