Question #688872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688872
RaiMan proposed the following answer: It is true, that you cannot use the Python package win32com, since The Python interpreter with SikuliX is the Java based Jython, which cannot access C-based stuff, as is possible with the Python interpreter. But you can try using the package com.sun.jna.platform.win32, which is included in SikuliX, since we need it for various features, that need to access system API's like Win32. You have to learn how to use Java classes from within Jython/SikuliX scripts and then the Win32 world is open for you ;-) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

