sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #39667
Re: [Question #321926]: pywinauto in Sikuli(x) --- not useable since C-based Python module
Question #321926 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/321926
Status: Open => Answered
RaiMan proposed the following answer:
Generally all Python modules, that rely on C-based stuff (win32API in this case) are not useable in the Sikuli(X) context.
Only Python modules, that are written completely in Python (like xlrd) or Python modules, that are ported to the Java based Jython environment, which is used in Sikuli(X).
Some of the features of pywinauto seem to be available in SikuliX's class App (version 1.1.1 recommended).
Others might be easily scripted as private functions based on SikuliX features.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.