apmorton / pyhidapi

hidapi bindings in ctypes
MIT License
111 stars 42 forks source link

Python 2 support in get_feature_report #43

Closed elfmimi closed 2 years ago

elfmimi commented 3 years ago

As far as I could test, current code does not work with Python 2. I have tested Windows x86-64 build of Python2.6 and Python2.7 and Linux x86-64 build of Python 2.7 . Using bytes along with bytearray works in both Python 2 and Python 3.

cf. https://github.com/apmorton/pyhidapi/pull/21

apmorton commented 2 years ago

python 2 is EOL, closing as I don't intend to support it going forward.