I want to use my 8bitdo zero 2 controller and the Contanki add-on. I put it into my 24.6.2 version of anki but got the “add-on start-up failed” message even after restarting the app. I then deleted the app and downloaded anki 25.7 for Mac and opened it to receive the same message…HELP!!
Here is my debug info:
Anki 25.07.5 (7172b2d2) (ao)
Python 3.13.5 Qt 6.9.1 PyQt 6.9.1
Platform: macOS-15.4.1-arm64-arm-64bit-Mach-O
When loading Customize Keyboard Shortcuts:
Traceback (most recent call last):
File “/Users/karina/Library/Application Support/AnkiProgramFiles/.venv/lib/python3.13/site-packages/aqt/addons.py”, line 250, in loadAddons
import(addon.dir_name)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File “/Users/karina/Library/Application Support/Anki2/addons21/24411424/init.py”, line 1, in
from . import custom_shortcuts
File “/Users/karina/Library/Application Support/Anki2/addons21/24411424/custom_shortcuts.py”, line 54, in
Qt_functions = {“Qt.Key_Enter”: Qt.Key_Enter,
^^^^^^^^^^^^
AttributeError: type object ‘Qt’ has no attribute ‘Key_Enter’