sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43288
Re: [Question #653515]: Sikuli: "[error] ImportError ( No module named xlsxwriter )". Any way to get xlsxwriter to work?
Question #653515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653515
Status: Open => Answered
RaiMan proposed the following answer:
I guess, the mentioned module only works with Python, since it contains
some C-based libraries internally.
Python modules only work with Sikuli(X) if they are completely written
in Python language and do not depend on any C-based/native stuff.
The reason behind: Jython (used with Sikuli(X)) is a Java-based Python
interpreter.
In your case:
the SikuliX version 1.1.x has the xl.... modules bundled, that are working in Sikuli scripts.
see faq 2208
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.