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

2018-10-11 Thread Sai Ram
Tim Roberts wrote: > On Oct 10, 2018, at 1:25 PM, Sai Ram wrote: > > > > We use Nuance's Vocalizer Expressive for voice and sapi5.dll. Also, we > modify the "Windows registry" to refer to this dll. > > What does that mean? Ordinarily, you would just reg

[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,

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

2018-10-10 Thread Sai Ram
t 12:51 PM Tim Roberts wrote: > Sai Ram wrote: > > > >I really did not know that this value would make difference. > > Apologies for the vague question. The actual exception is "-2147352567". > > That's 0x80020009, or DISP_E_EXCEPTION. That's

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

2018-10-10 Thread Sai Ram
ssues here. Thank you for your response. Appreciate it. -Sairam K On Wed, Oct 10, 2018 at 2:49 AM Tim Roberts wrote: > 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