cobrce / interception_py

A python port (not a wrapper) of interception dll
MIT License
46 stars 12 forks source link

`Can't create device` on windows #1

Closed xiaoniu-578fa6bff964d005 closed 4 years ago

xiaoniu-578fa6bff964d005 commented 4 years ago
Traceback (most recent call last):
  File "test.py", line 4, in <module>
    c = interception()
  File "E:\temp\program\interception.py", line 28, in __init__
    raise e
  File "E:\temp\program\interception.py", line 22, in __init__
    interception.is_keyboard(i))
  File "E:\temp\program\interception.py", line 114, in __init__
    raise Exception("Can't create device")
Exception: Can't create device
cobrce commented 4 years ago

You should install the driver, download interception release and run "command line installer\command line installer.exe /install" with administrative privileges