FRC4564 / Xbox

Python class to support xbox 360 controller under Linux on RaspberryPi
129 stars 35 forks source link

Python 3 #6

Closed electronstorm closed 6 years ago

electronstorm commented 6 years ago

Hi there!

Is there any way to use this with Python 3? It works fine with Python 2.X, but puts out the following with Python 3:

Unable to detect Xbox controller/receiver - Run python as sudo

FRC4564 commented 6 years ago

As is, this code is written to work with Python 2, sorry. It might be easily converted, but haven’t dug into it.