Patrefans
glutanimate from patreon
glutanimate patreon

Pop-up Dictionary v1.0.0-beta.1 Download

🕑 Added 2021-08-26 20:51:34 +0000 UTC

Comments

Glutanimate

For what it's worth, reading through the error message, it looks like it's not just Pop-up Dictionary which is failing to load, but a bunch of different add-ons (most by other authors). If these are add-ons you use regularly, it might make sense to stay on Anki 2.1.66 for now until they are updated. Anki 23.10 and up are a bit confusing in that regard as they bundle all add-on error messages together, so you just see one error appear, even though multiple add-ons might not load.

Glutanimate

My apologies, I haven't had the time to update the add-on for Anki 23.10+, yet. It should work fine on all Anki versions up to 2.1.66. The update for 23.10 should be out over the next couple of weeks.

Ammar

this is the message i get : i use macbook m1 Anki 23.10.1 (fac9e0ee) Python 3.9.15 Qt 6.5.3 PyQt 6.5.3 Platform: macOS-14.2.1-arm64-arm-64bit Flags: frz=True ao=True sv=3 Add-ons, last update check: 2023-12-24 23:14:11 When loading Symbols As You Type: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/2040501954/__init__.py", line 1, in from . import insert_symbols File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/2040501954/insert_symbols.py", line 20, in from .symbol_window import SymbolWindow File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/2040501954/symbol_window.py", line 19, in from .Ui_SymbolWindow import Ui_SymbolWindow File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/2040501954/Ui_SymbolWindow.py", line 9, in from PyQt5 import QtCore, QtGui, QtWidgets ModuleNotFoundError: No module named 'PyQt5' When loading Load Balanced Scheduler: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/208879074/__init__.py", line 1, in from . import load_balanced_scheduler File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/208879074/load_balanced_scheduler.py", line 14, in from anki.sched import Scheduler ModuleNotFoundError: No module named 'anki.sched' When loading ReMemorize Rescheduler with sibling and logging v142: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/323586997/__init__.py", line 11, in from .main import * File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/323586997/main.py", line 8, in import anki.sched ModuleNotFoundError: No module named 'anki.sched' When loading Syllabus - Anki Statistics and Export by Tag and Deck: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/668156440/__init__.py", line 6, in from .dialog import SyllabusDialog File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/668156440/dialog.py", line 10, in from .tree import SyllabusTreeView File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/668156440/tree.py", line 4, in from PyQt5.QtWidgets import QTreeView ModuleNotFoundError: No module named 'PyQt5' When loading Placeholder- KoST: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/907028815/__init__.py", line 1, in from .gui.menu import setup_menu File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/907028815/gui/__init__.py", line 1, in from .resources.anki21 import icons_rc # type: ignore # noqa: F401 File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/907028815/gui/resources/anki21/__init__.py", line 20, in from . import icons_rc File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/907028815/gui/resources/anki21/icons_rc.py", line 9, in from PyQt5 import QtCore ModuleNotFoundError: No module named 'PyQt5' When loading AnJoy: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/anjoy/__init__.py", line 39, in from .gui.options import initializeOptions File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/anjoy/gui/options.py", line 45, in from ..libaddon.gui.dialog_options import OptionsDialog File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/anjoy/libaddon/gui/dialog_options.py", line 46, in from .basic.dialog_mapped import MappedDialog File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/anjoy/libaddon/gui/basic/dialog_mapped.py", line 42, in from .widgets.qt import * File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/anjoy/libaddon/gui/basic/widgets/qt.py", line 41, in import sip ModuleNotFoundError: No module named 'sip' When loading Pop-up Dictionary: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/popup_dictionary/__init__.py", line 35, in from ._addon import * # noqa: F401, F403 File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/popup_dictionary/_addon.py", line 40, in from .reviewer import initialize_reviewer File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/popup_dictionary/reviewer.py", line 39, in from PyQt5.QtGui import QKeySequence ModuleNotFoundError: No module named 'PyQt5' When loading Puppy Reinforcement: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/puppy_reinforcement/__init__.py", line 129, in initializeAddon() File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/puppy_reinforcement/__init__.py", line 119, in initializeAddon from .views import initializeViews File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/puppy_reinforcement/views.py", line 38, in from .reinforcer import PuppyReinforcer File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/puppy_reinforcement/reinforcer.py", line 39, in from .tooltip import dogTooltip File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/puppy_reinforcement/tooltip.py", line 38, in from PyQt5.QtCore import QPoint, QTimer, Qt ModuleNotFoundError: No module named 'PyQt5' When loading put_ALL_due_learning_cards_first: Traceback (most recent call last): File "aqt.addons", line 245, in loadAddons File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/put_ALL_due_learning_cards_first/__init__.py", line 3, in from . import put_ALL_due_learning_cards_first_ File "/Users/ammaralshalby/Library/Application Support/Anki2/addons21/put_ALL_due_learning_cards_first/put_ALL_due_learning_cards_first_.py", line 17, in import anki.sched as oldSched ModuleNotFoundError: No module named 'anki.sched'

Ammar

i just subscribed to get this add on and it is not working!

Best add-on! Thank you so much

Jakob

Hi Glutanimate! here I wanted to ask for a solution of a problem regarding the placement of the popup dictionary on the screen. (scrolling to some area in the dictionary worked only to some point, as parts of it were eternally out of my screen and it was rather pesky, cause the popup is incapable of being moved. So I stopped using the dictionary as frequent as I would like to do. But I adjusted the monitor settings and eventually the popup stays within the visible area of the screen. So I just walk by and say "thanks for this amazing addon!" Best Jakob

Its works only for Desktop-Version?


More Creators