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 reference of variables... Denial 1 1,408 Aug-29-2020, 01:52 PM
Last Post: snippsat
  Divisors shared the second numbers mircea_dragu 1 2,036 Feb-07-2019, 10:09 PM
Last Post: ichabod801
  running just one process shared among uses Skaperen 3 2,978 Aug-07-2018, 12:12 AM
Last Post: Skaperen
  Shared reference and equality zyo 3 3,148 Jun-30-2018, 07:10 PM
Last Post: ljmetzger
  Shared queues l00p1n6 3 2,978 May-15-2018, 01:38 PM
Last Post: DeaD_EyE
  two different objects, but somehow the values are shared between them RaphaelMG 6 4,103 Apr-20-2018, 05:53 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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