Skip to content

CursorManager error #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
matgyver opened this issue Jul 2, 2022 · 1 comment · Fixed by #37
Closed

CursorManager error #34

matgyver opened this issue Jul 2, 2022 · 1 comment · Fixed by #37
Labels
bug Something isn't working

Comments

@matgyver
Copy link

matgyver commented Jul 2, 2022

I updated to the recent CircuitPython and libraries and now I am getting the following error.

SD card found
Traceback (most recent call last):
File "code.py", line 18, in
File "adafruit_pyoa.py", line 108, in init
NameError: name 'CursorManager' is not defined

Code done running.

Libraries were updated using the circup tool. Below is the boot_out.txt

Adafruit CircuitPython 7.3.1 on 2022-06-22; Adafruit PyGamer with samd51j19
Board ID:pygamer

@tekktrik tekktrik added the bug Something isn't working label Sep 15, 2022
@tekktrik
Copy link
Member

Looks like the installation files are missing adafruit-circuitpython-cursorcontrol, PR #37 fixes it! In the meantime, make sure the cursor control library is on your board!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants