gbishop / cython-hidapi

Python wrapper for the hidapi (not active, use one of the forks)
Other
50 stars 56 forks source link

Fix for ImportError: /usr/local/lib/python<x>.<y>/dist-packages/hid.so: undefined symbol: libusb_open #4

Open parautenbach opened 11 years ago

parautenbach commented 11 years ago

...12 and Ubuntu 12.04. Thanks to Stéfan van der Walt's help on this.

qdot commented 11 years ago

Hey! I've forked and now have my repo following HEAD (or at least, LKG HEAD from when I built last, as HIDAPI updates frequently :) ) of the hidapi repo, building against it directly. I'm also adding in more function support (I need things like path-based opening and feature report getting). I also brought in parautenbach's patch, and am going to try to shore up the setup.py to get this pip-worthy. It's at

http://www.github.com/qdot/cython-hidapi

Thanks so much for getting the base of this going! :D