[python-win32] Exception '-2147221164' while using win32com.client.Dispatch("SAPI.SpVoice")

2018-10-09 Thread Sai Ram
Hi, We are using "win32com.client.Dispatch("SAPI.SpVoice")" for TTS to our target device from a Windows 7 desktop. We are seeing many of these exceptions: "Exception '-2147221164'". Is there a fix for this? Basically, wanted to know the reason for this exception and the fix for this. Thanks, S

Re: [python-win32] Exception '-2147221164' while using win32com.client.Dispatch("SAPI.SpVoice")

2018-10-09 Thread Tim Roberts
On Oct 9, 2018, at 8:03 AM, Sai Ram wrote: > >We are using "win32com.client.Dispatch("SAPI.SpVoice")" for TTS to our > target device from a Windows 7 desktop. We are seeing many of these > exceptions: "Exception '-2147221164'". > Is there a fix for this? Basically, wanted to know the reaso