So, I want to communicate with a USB device in python, but pyusb won’t install (is not compatible?) with python 2.7 and windows7. Within the current project, updating python to a newer 2.X version is no option. Pyusb can’t be the only option communicating with a USB device… Any solutions/tips?
Share
The issue you’re having as you noted in your comment is not attributed to incompatibilities with Python and PyUSB, but the fact that the Python path does not get automatically added to your PATH variable in the Windows Environment Settings.