← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #185822]: Extracting system information using python _winreg

 

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.