cython-hidapi icon indicating copy to clipboard operation
cython-hidapi copied to clipboard

Python wrapper for the hidapi (not active, use one of the forks)

Results 19 cython-hidapi issues
Sort by recently updated
recently updated
newest added

I'm using Trustmaster products. I'm going to bring raw data. I'm going to bring up the data on the throttle. Trustmaster's product doc says that the data on the throttle...

As I am creating an app in kivy python using buildozer a wrapper for python-for-android where a buildozer.spec file needs to be maintained and I simply wrote hidapi as requirement...

When I try to install hidapi from PyPi using pip, the compilation fails because it cannot find `hid.c`: ``` $ pip install hidapi Downloading/unpacking hidapi Downloading hidapi-0.7.0-1.tar.gz Running setup.py egg_info...

I have written a setup-aarch64.py for arm64, worked fine for me: `from distutils.core import setup` `from distutils.core import setup` `from distutils.extension import Extension` `from Cython.Distutils import build_ext` `import os` `os.environ['CFLAGS']...

I'm new to Mac, very experienced Linux. I developed a Python wrapper over hidapi for my custom device on Linux. Everything worked fine. I thought I was going to be...

``` [build step removed] scrape:cython-hidapi neil$ python setup-mac.py install running install running build running build_ext skipping 'hid.c' Cython extension (up-to-date) running install_lib copying build/lib.macosx-10.11-intel-2.7/hid.so -> /Library/Python/2.7/site-packages error: [Errno 13] Permission...

Surely this can't be right? ``` scrape:cython-hidapi neil$ python setup-mac.py build running build running build_ext cythoning hid.pyx to hid.c building 'hid' extension creating build creating build/temp.macosx-10.11-intel-2.7 cc -DNDEBUG -g -fwrapv...

Currently, an installation from Pip will fail because hidapi does not declare 'Cython' in its requirements. ``` $ pip install hidapi Downloading/unpacking hidapi Downloading hidapi-0.7.0-1.tar.gz Running setup.py egg_info for package...

I have built the latest revision from source on OSX 10.9 receiving only a couple of warnings for unused functions. The code seems to work mostly but only if a...