Re: [Sikuli-driver] [Question #699326]: Access Windows Registry from Sikuli IDE - use the bundled JNA

2021-11-07 Thread Chetan
Question #699326 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699326 Chetan posted a new comment: thanks raiman for your constant help and support -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #699326]: Access Windows Registry from Sikuli IDE - use the bundled JNA

2021-11-07 Thread Chetan
Question #699326 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699326 Status: Answered => Solved Chetan confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #699326]: Access Windows Registry from Sikuli IDE - use the bundled JNA

2021-11-04 Thread RaiMan
Question #699326 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699326 Summary changed to: Access Windows Registry from Sikuli IDE - use the bundled JNA -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #699326]: Access Windows Registry from Sikuli IDE

2021-11-04 Thread RaiMan
Question #699326 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699326 RaiMan proposed the following answer: This works: import com.sun.jna.platform.win32.Advapi32Util as WIN32 import com.sun.jna.platform.win32.WinReg.HKEY_CURRENT_USER as HKCU print

Re: [Sikuli-driver] [Question #699326]: Access Windows Registry from Sikuli IDE

2021-11-03 Thread RaiMan
Question #699326 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699326 RaiMan proposed the following answer: I guess, this is because the winreg module relies on C-based stuff (normal Python), which is not supported by Jython. I will have a look into JNA, which is bundled and

Re: [Sikuli-driver] [Question #699326]: Access Windows Registry from Sikuli IDE

2021-11-03 Thread Bill Westrom
Question #699326 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699326 Status: Open => Answered Bill Westrom proposed the following answer: Sorry bro no idea about it. https://www.6clicks.com/ -- You received this question notification because your team Sikuli Drivers

[Sikuli-driver] [Question #699326]: Access Windows Registry from Sikuli IDE

2021-11-02 Thread Chetan
New question #699326 on SikuliX: https://answers.launchpad.net/sikuli/+question/699326 is there a way we can access windows registry value from siuli ide we did find winreg in python but that does not seem to work in ide https://www.programcreek.com/python/example/53858/winreg.HKEY_LOCAL_MACHINE