Re: Text To Speech with pyTTS

2005-03-04 Thread Hans Georg Krauthaeuser
Peter wrote: I released a new version of the Windows installer for Python 2.3 that includes the missing _TTSFast.pyd file. Unfortunenately, the file TTSFast.py is missing, not _TTSFast.pyd. Hans Georg -- http://mail.python.org/mailman/listinfo/python-list

Re: Text To Speech with pyTTS

2005-03-03 Thread Peter
I released a new version of the Windows installer for Python 2.3 that includes the missing _TTSFast.pyd file. Peter Hansen wrote: > Mike P. wrote: > > I was wondering if anyone has had any luck with the python text to speech > > (pyTTS) module available on Sourceforge: > > http://sourceforge.net/

Re: Text To Speech with pyTTS

2005-02-28 Thread Steve Holden
Mike P. wrote: Hi, I was wondering if anyone has had any luck with the python text to speech (pyTTS) module available on Sourceforge: http://sourceforge.net/projects/uncassist I have followed the tutorial for pyTTS at: http://www.cs.unc.edu/~parente/tech/tr02.shtml Using the first simple speech exa

Re: Text To Speech with pyTTS

2005-02-28 Thread Hans Georg Krauthaeuser
Mike P. wrote: Hi, I was wondering if anyone has had any luck with the python text to speech (pyTTS) module available on Sourceforge: http://sourceforge.net/projects/uncassist I have followed the tutorial for pyTTS at: http://www.cs.unc.edu/~parente/tech/tr02.shtml Using the first simple speech exa

Re: Text To Speech with pyTTS

2005-02-27 Thread Will McGugan
Peter Hansen wrote: Mike P. wrote: I was wondering if anyone has had any luck with the python text to speech (pyTTS) module available on Sourceforge: http://sourceforge.net/projects/uncassist I saw the following blog entry by Joey deVilla: http://farm.tucows.com/blog/Platforms/Windows/_archives/20

Re: Text To Speech with pyTTS

2005-02-27 Thread Peter Hansen
Mike P. wrote: I was wondering if anyone has had any luck with the python text to speech (pyTTS) module available on Sourceforge: http://sourceforge.net/projects/uncassist I saw the following blog entry by Joey deVilla: http://farm.tucows.com/blog/Platforms/Windows/_archives/2005/1/19/266813.html a

Text To Speech with pyTTS

2005-02-27 Thread Mike P.
Hi, I was wondering if anyone has had any luck with the python text to speech (pyTTS) module available on Sourceforge: http://sourceforge.net/projects/uncassist I have followed the tutorial for pyTTS at: http://www.cs.unc.edu/~parente/tech/tr02.shtml Using the first simple speech example: import