Hi, I tried the 0.6.0-1.deb on Ubuntu 18.04.3 and it detected my G27 correctly. However when I go to the test tab and execute the force feedback test, it gives the following error:
INFO:pyLinuxWheel:on_test_rumble_clicked
Traceback (most recent call last):
File "/usr/bin/pyLinuxWheel", line 1083, in on_test_rumble_clicked
self.wheel_service.test_rumble()
File "/usr/bin/pyLinuxWheel", line 551, in test_rumble
effect_id = input_device.upload_effect(effect)
File "/usr/lib/python3/dist-packages/evdev/device.py", line 309, in upload_effect
data = bytes(buffer(effect)[:])
NameError: name 'buffer' is not defined