A continuación, reporto un registro:
INFO - __main__ (12:28:10.280) - MainThread (3824):
Starting NVDA version alpha-22429,37d66a51
INFO - core.main (12:28:10.568) - MainThread (3824):
Config dir: C:\Users\kathita\AppData\Roaming\nvda
INFO - config.ConfigManager._loadConfig (12:28:10.568) - MainThread (3824):
Loading config: C:\Users\kathita\AppData\Roaming\nvda\nvda.ini
INFO - core.main (12:28:11.111) - MainThread (3824):
Windows version: Windows 10 20H2 (10.0.19042) workstation
INFO - core.main (12:28:11.111) - MainThread (3824):
Using Python version 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020,
18:01:55) [MSC v.1900 32 bit (Intel)]
INFO - core.main (12:28:11.112) - MainThread (3824):
Using comtypes version 1.1.8
INFO - core.main (12:28:11.113) - MainThread (3824):
Using configobj version 5.1.0 with validate version 1.0.1
INFO - synthDriverHandler.setSynth (12:28:12.794) - MainThread (3824):
Loaded synthDriver ibmeci
INFO - core.main (12:28:12.794) - MainThread (3824):
Using wx version 4.1.1 msw (phoenix) wxWidgets 3.1.5 with six version 1.15.0
INFO - brailleInput.initialize (12:28:12.800) - MainThread (3824):
Braille input initialized
INFO - braille.initialize (12:28:12.809) - MainThread (3824):
Using liblouis version 3.17.0
INFO - braille.initialize (12:28:12.819) - MainThread (3824):
Using pySerial version 3.5
INFO - braille.BrailleHandler.setDisplayByName (12:28:12.835) -
MainThread (3824):
Loaded braille display driver noBraille, current display has 0 cells.
INFO - core.main (12:28:13.613) - MainThread (3824):
Java Access Bridge support initialized
INFO - _UIAHandler.UIAHandler.MTAThreadFunc (12:28:13.658) -
_UIAHandler.UIAHandler.MTAThread (2060):
UIAutomation: IUIAutomation6
ERROR - globalPluginHandler.listPlugins (12:28:17.754) - MainThread (3824):
Error importing global plugin vocalizer_expressive_globalPlugin
Traceback (most recent call last):
File "globalPluginHandler.pyc", line 23, in listPlugins
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\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive_driver\globalPlugins\vocalizer_expressive_globalPlugin\__init__.py",
line 31, in <module>
from .dialogs import *
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive_driver\globalPlugins\vocalizer_expressive_globalPlugin\dialogs.py",
line 16, in <module>
from synthDrivers.vocalizer_expressive import _config, storage
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive_driver\synthDrivers\vocalizer_expressive\__init__.py",
line 37, in <module>
class SynthDriver(BaseDriver):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive_driver\synthDrivers\vocalizer_expressive\__init__.py",
line 48, in SynthDriver
speech.IndexCommand,
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - globalPluginHandler.listPlugins (12:28:17.824) - MainThread (3824):
Error importing global plugin vocalizer_globalPlugin
Traceback (most recent call last):
File "globalPluginHandler.pyc", line 23, in listPlugins
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\kathita\AppData\Roaming\nvda\addons\vocalizer-driver\globalPlugins\vocalizer_globalPlugin\__init__.py",
line 27, in <module>
from .dialogs import *
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer-driver\globalPlugins\vocalizer_globalPlugin\dialogs.py",
line 14, in <module>
from synthDrivers.vocalizer import _config
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer-driver\synthDrivers\vocalizer\__init__.py",
line 32, in <module>
class SynthDriver(BaseDriver):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer-driver\synthDrivers\vocalizer\__init__.py",
line 43, in SynthDriver
speech.IndexCommand,
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - globalPluginHandler.listPlugins (12:28:17.975) - MainThread (3824):
Error importing global plugin translate
Traceback (most recent call last):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\translate\globalPlugins\translate\__init__.py",
line 33, in <module>
import mtranslate
File "C:\Users\kathita\AppData\Roaming\nvda\addons\translate\globalPlugins\translate\mtranslate\__init__.py",
line 2, in <module>
from .core import translate
File "C:\Users\kathita\AppData\Roaming\nvda\addons\translate\globalPlugins\translate\mtranslate\core.py",
line 36, in <module>
import html.parser
ModuleNotFoundError: No module named 'html.parser'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "globalPluginHandler.pyc", line 23, in listPlugins
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\kathita\AppData\Roaming\nvda\addons\translate\globalPlugins\translate\__init__.py",
line 37, in <module>
logHandler.log.exception("Failed to initialize translate addon", e)
File "logHandler.pyc", line 192, in exception
TypeError: 'ModuleNotFoundError' object is not subscriptable
ERROR - globalPluginHandler.listPlugins (12:28:18.428) - MainThread (3824):
Error importing global plugin objectDetection
Traceback (most recent call last):
File "globalPluginHandler.pyc", line 23, in listPlugins
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\kathita\AppData\Roaming\nvda\addons\objectDetection\globalPlugins\objectDetection\__init__.py",
line 19, in <module>
from visionEnhancementProviders.objectDetection import ObjectDetection
File "C:\Users\kathita\AppData\Roaming\nvda\addons\objectDetection\visionEnhancementProviders\objectDetection.py",
line 195, in <module>
class ObjectDetection(providerBase.VisionEnhancementProvider):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\objectDetection\visionEnhancementProviders\objectDetection.py",
line 198, in ObjectDetection
_settings = ObjectDetectionSettings()
File "vision\providerBase.pyc", line 42, in __init__
File "autoSettingsUtils\autoSettings.pyc", line 107, in initSettings
File "baseObject.pyc", line 26, in __get__
File "C:\Users\kathita\AppData\Roaming\nvda\addons\objectDetection\visionEnhancementProviders\objectDetection.py",
line 186, in _get_supportedSettings
driverHandler.BooleanDriverSetting(
AttributeError: module 'driverHandler' has no attribute 'BooleanDriverSetting'
INFO - core.main (12:28:20.087) - MainThread (3824):
NVDA initialized
ERROR - vision.visionHandler._getProvidersFromFileSystem
(12:28:20.108) - MainThread (3824):
Error while importing vision enhancement provider module objectDetection
Traceback (most recent call last):
File "vision\visionHandler.pyc", line 58, in _getProvidersFromFileSystem
File "vision\visionHandler.pyc", line 36, in _getProviderClass
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\kathita\AppData\Roaming\nvda\addons\objectDetection\visionEnhancementProviders\objectDetection.py",
line 195, in <module>
class ObjectDetection(providerBase.VisionEnhancementProvider):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\objectDetection\visionEnhancementProviders\objectDetection.py",
line 198, in ObjectDetection
_settings = ObjectDetectionSettings()
File "vision\providerBase.pyc", line 42, in __init__
File "autoSettingsUtils\autoSettings.pyc", line 107, in initSettings
File "baseObject.pyc", line 26, in __get__
File "C:\Users\kathita\AppData\Roaming\nvda\addons\objectDetection\visionEnhancementProviders\objectDetection.py",
line 186, in _get_supportedSettings
driverHandler.BooleanDriverSetting(
AttributeError: module 'driverHandler' has no attribute 'BooleanDriverSetting'
WARNING - eventHandler._EventExecuter.next (12:28:20.251) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:23.051) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:23.611) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:24.222) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:24.594) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:25.518) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:27.535) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:31.790) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:31.827) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:35.666) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
ERROR - synthDriverHandler.getSynthList (12:28:38.539) - MainThread (3824):
Error while importing SynthDriver vocalizer_expressive
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 397, in getSynthList
File "synthDriverHandler.pyc", line 386, in _getSynthDriver
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\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive_driver\synthDrivers\vocalizer_expressive\__init__.py",
line 37, in <module>
class SynthDriver(BaseDriver):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive_driver\synthDrivers\vocalizer_expressive\__init__.py",
line 48, in SynthDriver
speech.IndexCommand,
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - synthDriverHandler.getSynthList (12:28:38.618) - MainThread (3824):
Error while importing SynthDriver vocalizer_expressive2
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 397, in getSynthList
File "synthDriverHandler.pyc", line 386, in _getSynthDriver
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\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive2_driver\synthDrivers\vocalizer_expressive2\__init__.py",
line 19, in <module>
class SynthDriver(SynthDriver):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive2_driver\synthDrivers\vocalizer_expressive2\__init__.py",
line 31, in SynthDriver
speech.IndexCommand,
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - synthDriverHandler.getSynthList (12:28:38.676) - MainThread (3824):
Error while importing SynthDriver vocalizer
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 397, in getSynthList
File "synthDriverHandler.pyc", line 386, in _getSynthDriver
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\kathita\AppData\Roaming\nvda\addons\vocalizer-driver\synthDrivers\vocalizer\__init__.py",
line 32, in <module>
class SynthDriver(BaseDriver):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer-driver\synthDrivers\vocalizer\__init__.py",
line 43, in SynthDriver
speech.IndexCommand,
AttributeError: module 'speech' has no attribute 'IndexCommand'
WARNING - eventHandler._EventExecuter.next (12:28:39.148) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:39.711) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:40.524) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
INFO - synthDriverHandler.setSynth (12:28:43.246) - MainThread (3824):
Loaded synthDriver pico
WARNING - eventHandler._EventExecuter.next (12:28:43.723) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
ERROR - eventHandler.executeEvent (12:28:43.745) - MainThread (3824):
error executing event: focusEntered on <NVDAObjects.UIA.UIA object at
0x06DE19F0> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\__init__.pyc", line 1131, in event_focusEntered
File "speech\__init__.pyc", line 455, in speakObject
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
WARNING - eventHandler._EventExecuter.next (12:28:45.258) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
ERROR - eventHandler.executeEvent (12:28:45.388) - MainThread (3824):
error executing event: gainFocus on
<NVDAObjects.Dynamic_UIItemListItemUIA object at 0x06E043F0> with
extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\easyNavigation\globalPlugins\easyNavigation\__init__.py",
line 149, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\easyTableNavigator\globalPlugins\easyTableNavigator.py",
line 83, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\volumeAdjustment\globalPlugins\volumeAdjustment\__init__.py",
line 100, in event_gainFocus
NextHandler()
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\applicationDictionary\globalPlugins\applicationDictionary.py",
line 82, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 105, in next
File "appModules\explorer.pyc", line 415, in event_gainFocus
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\UIA\__init__.pyc", line 1142, in event_gainFocus
File "NVDAObjects\__init__.pyc", line 1137, in event_gainFocus
File "NVDAObjects\__init__.pyc", line 1005, in reportFocus
File "speech\__init__.pyc", line 455, in speakObject
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
WARNING - eventHandler._EventExecuter.next (12:28:45.737) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
ERROR - eventHandler.executeEvent (12:28:45.868) - MainThread (3824):
error executing event: gainFocus on
<NVDAObjects.Dynamic_UIItemListItemUIA object at 0x06B57CF0> with
extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\easyNavigation\globalPlugins\easyNavigation\__init__.py",
line 149, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\easyTableNavigator\globalPlugins\easyTableNavigator.py",
line 83, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\volumeAdjustment\globalPlugins\volumeAdjustment\__init__.py",
line 100, in event_gainFocus
NextHandler()
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\applicationDictionary\globalPlugins\applicationDictionary.py",
line 82, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 105, in next
File "appModules\explorer.pyc", line 415, in event_gainFocus
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\UIA\__init__.pyc", line 1142, in event_gainFocus
File "NVDAObjects\__init__.pyc", line 1137, in event_gainFocus
File "NVDAObjects\__init__.pyc", line 1005, in reportFocus
File "speech\__init__.pyc", line 455, in speakObject
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
WARNING - eventHandler._EventExecuter.next (12:28:46.318) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
ERROR - eventHandler.executeEvent (12:28:46.449) - MainThread (3824):
error executing event: gainFocus on
<NVDAObjects.Dynamic_UIItemListItemUIA object at 0x06C82450> with
extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\easyNavigation\globalPlugins\easyNavigation\__init__.py",
line 149, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\easyTableNavigator\globalPlugins\easyTableNavigator.py",
line 83, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\volumeAdjustment\globalPlugins\volumeAdjustment\__init__.py",
line 100, in event_gainFocus
NextHandler()
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\applicationDictionary\globalPlugins\applicationDictionary.py",
line 82, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 105, in next
File "appModules\explorer.pyc", line 415, in event_gainFocus
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\UIA\__init__.pyc", line 1142, in event_gainFocus
File "NVDAObjects\__init__.pyc", line 1137, in event_gainFocus
File "NVDAObjects\__init__.pyc", line 1005, in reportFocus
File "speech\__init__.pyc", line 455, in speakObject
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - synthDriverHandler.getSynthList (12:28:48.027) - MainThread (3824):
Error while importing SynthDriver vocalizer_expressive
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 397, in getSynthList
File "synthDriverHandler.pyc", line 386, in _getSynthDriver
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\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive_driver\synthDrivers\vocalizer_expressive\__init__.py",
line 37, in <module>
class SynthDriver(BaseDriver):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive_driver\synthDrivers\vocalizer_expressive\__init__.py",
line 48, in SynthDriver
speech.IndexCommand,
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - synthDriverHandler.getSynthList (12:28:48.081) - MainThread (3824):
Error while importing SynthDriver vocalizer_expressive2
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 397, in getSynthList
File "synthDriverHandler.pyc", line 386, in _getSynthDriver
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\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive2_driver\synthDrivers\vocalizer_expressive2\__init__.py",
line 19, in <module>
class SynthDriver(SynthDriver):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer_expressive2_driver\synthDrivers\vocalizer_expressive2\__init__.py",
line 31, in SynthDriver
speech.IndexCommand,
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - synthDriverHandler.getSynthList (12:28:48.142) - MainThread (3824):
Error while importing SynthDriver vocalizer
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 397, in getSynthList
File "synthDriverHandler.pyc", line 386, in _getSynthDriver
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\kathita\AppData\Roaming\nvda\addons\vocalizer-driver\synthDrivers\vocalizer\__init__.py",
line 32, in <module>
class SynthDriver(BaseDriver):
File "C:\Users\kathita\AppData\Roaming\nvda\addons\vocalizer-driver\synthDrivers\vocalizer\__init__.py",
line 43, in SynthDriver
speech.IndexCommand,
AttributeError: module 'speech' has no attribute 'IndexCommand'
WARNING - eventHandler._EventExecuter.next (12:28:48.579) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
ERROR - eventHandler.executeEvent (12:28:48.633) - MainThread (3824):
error executing event: focusEntered on
<NVDAObjects.Dynamic_NvdaDialogDialogIAccessibleWindowNVDAObject
object at 0x06E04390> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\__init__.pyc", line 1131, in event_focusEntered
File "speech\__init__.pyc", line 455, in speakObject
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - eventHandler.executeEvent (12:28:48.952) - MainThread (3824):
error executing event: valueChange on
<NVDAObjects.IAccessible.IAccessible object at 0x06D41E30> with extra
args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\wintenApps\globalPlugins\wintenObjs.py",
line 277, in event_valueChange
nextHandler()
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\IAccessible\__init__.pyc", line 1457, in event_valueChange
File "NVDAObjects\__init__.pyc", line 1169, in event_valueChange
File "speech\__init__.pyc", line 315, in speakObjectProperties
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - eventHandler.executeEvent (12:28:49.604) - MainThread (3824):
error executing event: valueChange on
<NVDAObjects.IAccessible.IAccessible object at 0x06D41E30> with extra
args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\wintenApps\globalPlugins\wintenObjs.py",
line 277, in event_valueChange
nextHandler()
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\IAccessible\__init__.pyc", line 1457, in event_valueChange
File "NVDAObjects\__init__.pyc", line 1169, in event_valueChange
File "speech\__init__.pyc", line 315, in speakObjectProperties
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - eventHandler.executeEvent (12:28:49.808) - MainThread (3824):
error executing event: valueChange on
<NVDAObjects.IAccessible.IAccessible object at 0x06D41E30> with extra
args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\wintenApps\globalPlugins\wintenObjs.py",
line 277, in event_valueChange
nextHandler()
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\IAccessible\__init__.pyc", line 1457, in event_valueChange
File "NVDAObjects\__init__.pyc", line 1169, in event_valueChange
File "speech\__init__.pyc", line 315, in speakObjectProperties
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - eventHandler.executeEvent (12:28:49.993) - MainThread (3824):
error executing event: valueChange on
<NVDAObjects.IAccessible.IAccessible object at 0x06D41E30> with extra
args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\wintenApps\globalPlugins\wintenObjs.py",
line 277, in event_valueChange
nextHandler()
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\IAccessible\__init__.pyc", line 1457, in event_valueChange
File "NVDAObjects\__init__.pyc", line 1169, in event_valueChange
File "speech\__init__.pyc", line 315, in speakObjectProperties
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
ERROR - eventHandler.executeEvent (12:28:50.664) - MainThread (3824):
error executing event: valueChange on
<NVDAObjects.IAccessible.IAccessible object at 0x06D41E30> with extra
args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 246, in executeEvent
File "eventHandler.pyc", line 96, in __init__
File "eventHandler.pyc", line 105, in next
File "C:\Users\kathita\AppData\Roaming\nvda\addons\wintenApps\globalPlugins\wintenObjs.py",
line 277, in event_valueChange
nextHandler()
File "eventHandler.pyc", line 105, in next
File "NVDAObjects\IAccessible\__init__.pyc", line 1457, in event_valueChange
File "NVDAObjects\__init__.pyc", line 1169, in event_valueChange
File "speech\__init__.pyc", line 315, in speakObjectProperties
File "C:\Users\kathita\AppData\Roaming\nvda\addons\tonysEnhancements\globalPlugins\tonysEnhancements.py",
line 796, in newSpeechSpeak
return originalSpeechSpeak(sequence, *args, **kwargs)
File "speech\__init__.pyc", line 756, in speak
File "speech\manager.pyc", line 264, in speak
File "speech\manager.pyc", line 421, in _pushNextSpeech
File "C:\Users\kathita\AppData\Roaming\nvda\addons\svox-pico\synthDrivers\pico.py",
line 222, in speak
elif isinstance(item,speech.IndexCommand):
AttributeError: module 'speech' has no attribute 'IndexCommand'
INFO - synthDriverHandler.setSynth (12:28:51.041) - MainThread (3824):
Loaded synthDriver ibmeci
WARNING - eventHandler._EventExecuter.next (12:28:51.521) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - external:globalPlugins.tonysEnhancements.checkUpdate
(12:28:55.026) - MainThread (3824):
Error retrieving text during dynamic keystroke handling:
WARNING - eventHandler._EventExecuter.next (12:28:55.520) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:56.361) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:57.280) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:57.442) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:57.629) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:58.510) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:58.833) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
WARNING - eventHandler._EventExecuter.next (12:28:59.032) - MainThread (3824):
Could not execute function event_becomeNavigatorObject defined in
globalPlugins.objloc module; kwargs: {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 105, in next
TypeError: event_becomeNavigatorObject() got an unexpected keyword
argument 'isFocus'
>
https://groups.google.com/d/msgid/nvda-es/09bc75f4-1908-82e7-1539-fff0599ef0b4%40gmail.com.