Closed
Description
It looks like #45 breaks this library on the PyPortal! It imports cursorcontrol which imports gamepadshift which is not supported on the PyPortal.
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython 5.0.0-alpha.0-45-gd99d3bd47-dirty on 2019-07-25; Adafruit PyPortal with samd51j20
>>>
>>>
>>>
>>> import adafruit_pyportal
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_pyportal.py", line 60, in <module>
File "adafruit_cursorcontrol/cursorcontrol_cursormanager.py", line 33, in <module>
ImportError: no module named 'gamepadshift'
>>>
Metadata
Metadata
Assignees
Labels
No labels