pywinauto in Sikuli(x) --- not useable since C-based Python module

Asked by Kamil

How I can add pywinauto module and use it in Sikuli(X)? Maybe is something similar to pywinauto to use in Sikuli(x)?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

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.

Can you help with this problem?

Provide an answer of your own, or ask Kamil for more information if necessary.

To post a message you must log in.