Re: Help with win32 com_error exception

2007-06-02 Thread kaens
Richard, you posted it four times. Not twice. On 6/2/07, Andrew Holme <[EMAIL PROTECTED]> wrote: > > "Richard Gordon" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Sorry if this is sent twice, but I didn't see it get posted the first > > time. > > > > I've got a fatal bug using

Re: Help with win32 com_error exception

2007-06-02 Thread Andrew Holme
"Richard Gordon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sorry if this is sent twice, but I didn't see it get posted the first > time. > > I've got a fatal bug using Parente's pyTTS with Python 2.3 on Windoze 32 > using MS SAPI 5.1 and Hammond's win32 module. The test progr

RE: Help with win32 com_error exception

2007-06-02 Thread David Stockwell
: python-list@python.org Subject: Help with win32 com_error exception Date: Sat, 02 Jun 2007 20:28:56 GMT MIME-Version: 1.0 Received: from smtp-vbr6.xs4all.nl ([194.109.24.26]) by bay0-mc10-f17.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Sat, 2 Jun 2007 13:31:22 -0700 Received: fro

Help with win32 com_error exception

2007-06-02 Thread Richard Gordon
Sorry if this is sent twice, but I didn't see it get posted the first time. I've got a fatal bug using Parente's pyTTS with Python 2.3 on Windoze 32 using MS SAPI 5.1 and Hammond's win32 module. The test program is import pyTTS tts = pyTTS.Create() tts.Speak('Hello world.') The resulting de