python : Traceback (most recent call last): In Zeile:1 Zeichen:1 + python .\ww_test.py 2> pyttsx3_init_eSpeak.txt + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Traceback (most recent call last)::String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError File "~\py3-tts\pyttsx3\__init__.py", line 24, in init eng = _activeEngines[driverName] ~~~~~~~~~~~~~~^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\weakref.py", line 136, in __getitem__ o = self.data[key]() ~~~~~~~~~^^^^^ KeyError: 'espeak' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "~\py3-tts\pyttsx3\__init__.py", line 27, in init eng = Engine(driverName=driverName, debug=debug) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "~\py3-tts\pyttsx3\engine.py", line 32, in __init__ self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "~\py3-tts\pyttsx3\driver.py", line 51, in __init__ self._module = importlib.import_module(name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "~\py3-tts\pyttsx3\drivers\espeak.py", line 8, in from . import _espeak, fromUtf8, toUtf8 File "~\py3-tts\pyttsx3\drivers\_espeak.py", line 129, in Initialize = cfunc('espeak_Initialize', dll, c_int, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "~\py3-tts\pyttsx3\drivers\_espeak.py", line 16, in cfunc return CFUNCTYPE(result, *atypes)((name, dll), tuple(aflags)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute '_handle' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "~\py3-tts\ww_test.py", line 2, in engine = pyttsx3.init('espeak') ^^^^^^^^^^^^^^^^^^^^^^ File "~\py3-tts\pyttsx3\__init__.py", line 31, in init raise RuntimeError("\n\nUnable to load driver '%s'" % driverName) RuntimeError: Unable to load driver 'espeak'