Question #185822 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185822
RaiMan proposed the following answer: I just realized, that this is Python C-type stuff you are using. _winreg and ctypes are not available in Jython environments, so this will not work with Sikuli scripts. As a workaround you might use the Windows command reg together with os.popen(). see https://answers.launchpad.net/sikuli/+question/166375 -- You received this question notification because you are a member of Sikuli Drivers, which 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

