Ciao lista,
con la versione di Mozilla Apps Enhancements 1.11 e le ultime versioni alpha di NVDA l'addon dà errore all'apertura di Thunderbird e Firefox.
L'addon non funzia più!
Qui di seguito metto il log:
Firefox
***
ERROR - appModuleHandler.fetchAppModule (15:36:35.371) - MainThread (2144):
error in appModule 'firefox'
Traceback (most recent call last):
File "C:\Users\Manolo\Documents\NVDA ALPHA\userConfig\addons\Mozilla\appModules\firefox.py", line 10, in <module>
dtk = filter(lambda a: a.name == "DeveloperToolkit", addonHandler.getRunningAddons())[0]
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "appModuleHandler.pyc", line 172, in fetchAppModule
File "importlib\__init__.pyc", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "C:\Users\Manolo\Documents\NVDA ALPHA\userConfig\addons\Mozilla\appModules\firefox.py", line 12, in <module>
from nvdaBuiltin.appModules.firefox import AppModule
ModuleNotFoundError: No module named 'nvdaBuiltin.appModules.firefox'
***
Thunderbird
***
ERROR - appModuleHandler.fetchAppModule (15:46:35.138) - MainThread (5508):
error in appModule 'thunderbird'
Traceback (most recent call last):
File "appModuleHandler.pyc", line 172, in fetchAppModule
File "importlib\__init__.pyc", line 127, in import_module
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "C:\Users\Manolo\Documents\NVDA ALPHA\userConfig\addons\Mozilla\appModules\thunderbird.py", line 10, in <module>
from NVDAObjects.IAccessible.mozilla import BrokenFocusedState
ImportError: cannot import name 'BrokenFocusedState' from 'NVDAObjects.IAccessible.mozilla' (C:\Users\Manolo\Documents\NVDA ALPHA\library.zip\NVDAObjects\IAccessible\mozilla.pyc)