Question #166375 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/166375

    Status: Answered => Open

pipboy is still having a problem:
It's my neglect in typing,sorry.


import os

ret = os.popen('reg query
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96C-E325
-11CE-BFC1-08002BE10318}\0003" /f DriverVersion').readlines()

for line in ret:
     print line.strip()

result : as above

-- 
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

Reply via email to