← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #267461]: using openpyxl (import errors)

 

Question #267461 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267461

    Status: Answered => Open

Daniel Kurtz is still having a problem:
Thanks Raimund. I'll get the latest nightly and let you know how the
'workbook.sikuli' issue at least works out. I've been playing with the
import in the Jython interpreter and got some more detailed error info:

     >>> import openpyxl
     Traceback (most recent call last):
       File "<stdin>", line 1, in <module>
       File "C:\jython2.7.0\Lib\site-packages\openpyxl\__init__.py", line 9, in <module>
         from openpyxl.workbook import Workbook
       File "C:\jython2.7.0\Lib\site-packages\openpyxl\workbook\__init__.py", line 5, in <module>
         from .workbook import *
     ImportError: No module named workbook

I had heard that Jython 2.5 flatly did not support the 'from <module>
import *' syntax but had SORTA heard that Jython 2.7 does (can't find a
definitive declaration anywhere that it does) but it looks like we're
still dying on that same statement. Just with a different error message.
I'm already conversing with openpyxlGuy, but I think it's moving into
JythonGuy's court.

ddk

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.