Python Forum
How to install and use a shared libary, via a .dll?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install and use a shared libary, via a .dll?
#1
I'm trying to control my Elgato Stream Deck via Python, and am trying to follow the steps here: https://python-elgato-streamdeck.readthe...idapi.html

There are further instructions here: https://github.com/libusb/hidapi#build-instructions

Unfortunately I can't get anything to work, and I know I'm not setting things up properly because I'm not sure what to do with the downloaded .dll and .lib files. In Pycharm, I always get the error:
Quote:('Probe failed to find any functional HID backend.', {'libusb': TransportError("No suitable LibUSB HIDAPI library found on this system. Is the 'hidapi.dll' library installed?")})

The instructions I can find seem more advanced than what I know how to do. I know this isn't exactly a python specific issue but I'm not sure where to get help.

Thanks for any help or suggestions.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Shared queues l00p1n6 3 3,614 May-15-2018, 01:38 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020