"Enhance main window" add-on not working on new version 23.10, can anyone help fix this?

Hello everyone,

I’ve been using the “Enhance main window” add-on for a while and it’s been really helpful. However, after updating to Anki version 23.10, the add-on seems to have broken. I am getting the following error:

from anki.sched import Scheduler
ModuleNotFoundError: No module named 'anki.sched'

Would anyone know how to fix this error? Your help would be greatly appreciated.

Thank you!

1 Like

I suspect the error is due to the fact that, starting from 23.10, Anki dropped support for the V2 scheduler.

I replaced that line with this one and the add-on seems to work fine:

from anki.scheduler import v3

3 Likes

It worked here too. Thank you.

1 Like

Thanks, now I again have an overview of which deck has which deck has options group.

1 Like

Thanks a lot for the correction. Updated